Browse Source

Remove useless assignment

target_temperature_bed is already reset by disable_heaters() in Stop()
Yuri D'Elia 3 years ago
parent
commit
942fca5b66
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/temperature.cpp

+ 0 - 1
Firmware/temperature.cpp

@@ -2002,7 +2002,6 @@ void check_max_temp()
 #else
     if (current_temperature_bed_raw >= bed_maxttemp_raw) {
 #endif
-       target_temperature_bed = 0;
        bed_max_temp_error();
     }
 #endif