Merge pull request #3643 from thinkyhead/rc_singletons_plus_temperature
Temperature singleton
This commit is contained in:
@ -159,7 +159,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