ソースを参照

Disabled disable_heater in PID_autotune.

Erik van der Zalm 13年前
コミット
8aee9d51b6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp ファイルの表示

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

読み込み中…
キャンセル
保存