Browse Source

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

Erik van der Zalm 13 years ago
parent
commit
15ad923310
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp View File

@@ -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…
Cancel
Save