Remove useless assignment
target_temperature_bed is already reset by disable_heaters() in Stop()
This commit is contained in:
parent
87bc5a78b6
commit
942fca5b66
|
|
@ -2002,7 +2002,6 @@ void check_max_temp()
|
||||||
#else
|
#else
|
||||||
if (current_temperature_bed_raw >= bed_maxttemp_raw) {
|
if (current_temperature_bed_raw >= bed_maxttemp_raw) {
|
||||||
#endif
|
#endif
|
||||||
target_temperature_bed = 0;
|
|
||||||
bed_max_temp_error();
|
bed_max_temp_error();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue