Merge pull request #2134 from AnHardt/preheat-all

Shift call of start_watching_heater() into setTargetHotend()
This commit is contained in:
Scott Lahteine
2015-05-21 18:36:28 -07:00
4 changed files with 15 additions and 27 deletions

View File

@ -278,11 +278,7 @@ void checkHitEndstops() {
card.sdprinting = false;
card.closefile();
quickStop();
setTargetHotend0(0);
setTargetHotend1(0);
setTargetHotend2(0);
setTargetHotend3(0);
setTargetBed(0);
disable_all_heaters(); // switch off all heaters.
}
#endif
}