Ver código fonte

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 anos atrás
pai
commit
2990c6c45f
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1
    3
      Marlin/temperature.cpp

+ 1
- 3
Marlin/temperature.cpp Ver arquivo

457
     #endif
457
     #endif
458
   }
458
   }
459
   #ifndef BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
459
   #ifndef BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
460
-    disable_all_steppers();
461
-    Stop();
462
-    while (true) lcd_update();
460
+    kill_();
463
   #endif
461
   #endif
464
 }
462
 }
465
 
463
 

Carregando…
Cancelar
Salvar