Temperature singleton class
This commit is contained in:
@ -153,7 +153,7 @@ void Endstops::report_state() {
|
||||
card.sdprinting = false;
|
||||
card.closefile();
|
||||
stepper.quick_stop();
|
||||
disable_all_heaters(); // switch off all heaters.
|
||||
thermalManager.disable_all_heaters(); // switch off all heaters.
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user