disable / enable_all_steppers functions

This commit is contained in:
Scott Lahteine
2015-04-03 19:25:22 -07:00
parent 713953d8c1
commit b98ebd517e
5 changed files with 22 additions and 27 deletions

View File

@ -1051,13 +1051,7 @@ void setWatch() {
thermal_runaway = true;
for (;;) {
disable_heater();
disable_x();
disable_y();
disable_z();
disable_e0();
disable_e1();
disable_e2();
disable_e3();
disable_all_steppers();
manage_heater();
lcd_update();
}