Merge pull request #3643 from thinkyhead/rc_singletons_plus_temperature
Temperature singleton
This commit is contained in:
commit
4f6120f70f
12 changed files with 538 additions and 584 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue