瀏覽代碼

Removed !!!. Stupid arduino bootloader can't handle this.

Erik van der Zalm 13 年之前
父節點
當前提交
15ad923310
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp 查看文件

@@ -206,7 +206,7 @@ void PID_autotune(float temp)
206 206
       } 
207 207
     }
208 208
     if(input > (temp + 20)) {
209
-      SERIAL_PROTOCOLLNPGM("PID Autotune failed !!!, Temperature to high");
209
+      SERIAL_PROTOCOLLNPGM("PID Autotune failed !, Temperature to high");
210 210
       return;
211 211
     }
212 212
     if(millis() - temp_millis > 2000) {

Loading…
取消
儲存