소스 검색

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…
취소
저장