瀏覽代碼

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
 

Loading…
取消
儲存