Merge pull request #3643 from thinkyhead/rc_singletons_plus_temperature

Temperature singleton
This commit is contained in:
Scott Lahteine 2016-05-04 20:41:46 -07:00
commit 4f6120f70f
12 changed files with 538 additions and 584 deletions

View file

@ -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
}