Parcourir la source

Disable all heaters on temp error

Scott Lahteine il y a 10 ans
Parent
révision
28c87ec81b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      Marlin/temperature.cpp

+ 1
- 0
Marlin/temperature.cpp Voir le fichier

@@ -627,6 +627,7 @@ void manage_heater() {
627 627
         // Has it failed to increase enough?
628 628
         if (degHotend(e) < watch_target_temp[e]) {
629 629
           // Stop!
630
+          disable_all_heaters();
630 631
           _temp_error(e, MSG_HEATING_FAILED, MSG_HEATING_FAILED_LCD);
631 632
         }
632 633
         else {

Chargement…
Annuler
Enregistrer