Temperature singleton class
This commit is contained in:
parent
142bd3f3e7
commit
084f6b5b44
11 changed files with 536 additions and 584 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue