Remove useless assignment
target_temperature_bed is already reset by disable_heaters() in Stop()
This commit is contained in:
parent
87bc5a78b6
commit
942fca5b66
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue