Browse Source

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

pull/1/head
Erik van der Zalm 13 years ago
parent
commit
15ad923310
  1. 2
      Marlin/temperature.cpp

2
Marlin/temperature.cpp

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

Loading…
Cancel
Save