Kaynağa Gözat

Disabled disable_heater in PID_autotune.

Erik van der Zalm 13 yıl önce
ebeveyn
işleme
8aee9d51b6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Dosyayı Görüntüle

@@ -154,7 +154,7 @@ void PID_autotune(float temp)
154 154
   
155 155
   SERIAL_ECHOLN("PID Autotune start");
156 156
   
157
-  disable_heater(); // switch off all heaters.
157
+  //disable_heater(); // switch off all heaters.
158 158
   
159 159
   for(;;) {
160 160
 

Loading…
İptal
Kaydet