浏览代码

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
       } 
206
       } 
207
     }
207
     }
208
     if(input > (temp + 20)) {
208
     if(input > (temp + 20)) {
209
-      SERIAL_PROTOCOLLNPGM("PID Autotune failed !!!, Temperature to high");
209
+      SERIAL_PROTOCOLLNPGM("PID Autotune failed !, Temperature to high");
210
       return;
210
       return;
211
     }
211
     }
212
     if(millis() - temp_millis > 2000) {
212
     if(millis() - temp_millis > 2000) {

正在加载...
取消
保存