Преглед на файлове

Use new kill_() for _temp_error()

instead of stop(). We really want to require a reset and no chance to set a new temperature.
AnHardt преди 10 години
родител
ревизия
2990c6c45f
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1
    3
      Marlin/temperature.cpp

+ 1
- 3
Marlin/temperature.cpp Целия файл

@@ -457,9 +457,7 @@ inline void _temp_error(int e, const char *serial_msg, const char *lcd_msg) {
457 457
     #endif
458 458
   }
459 459
   #ifndef BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
460
-    disable_all_steppers();
461
-    Stop();
462
-    while (true) lcd_update();
460
+    kill_();
463 461
   #endif
464 462
 }
465 463
 

Loading…
Отказ
Запис