Pārlūkot izejas kodu

Disable all heaters on temp error

Scott Lahteine 10 gadus atpakaļ
vecāks
revīzija
28c87ec81b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      Marlin/temperature.cpp

+ 1
- 0
Marlin/temperature.cpp Parādīt failu

@@ -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 {

Notiek ielāde…
Atcelt
Saglabāt