Remove useless assignment

target_temperature_bed is already reset by disable_heaters() in Stop()
This commit is contained in:
Yuri D'Elia 2020-06-07 23:15:06 +02:00
parent 87bc5a78b6
commit 942fca5b66

View file

@ -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