From: Erik van der Zalm Date: Fri, 9 Mar 2012 16:42:32 +0000 (+0100) Subject: Removed !!!. Stupid arduino bootloader can't handle this. X-Git-Tag: iwj-success-2012-07-29~62 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=15ad9233105649bc32a8c4416ab216e24d50123c;p=marlin.git Removed !!!. Stupid arduino bootloader can't handle this. --- diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index da945ad..6578f4e 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -206,7 +206,7 @@ void PID_autotune(float temp) } } if(input > (temp + 20)) { - SERIAL_PROTOCOLLNPGM("PID Autotune failed !!!, Temperature to high"); + SERIAL_PROTOCOLLNPGM("PID Autotune failed !, Temperature to high"); return; } if(millis() - temp_millis > 2000) {