From 15ad9233105649bc32a8c4416ab216e24d50123c Mon Sep 17 00:00:00 2001 From: Erik van der Zalm Date: Fri, 9 Mar 2012 17:42:32 +0100 Subject: [PATCH] Removed !!!. Stupid arduino bootloader can't handle this. --- Marlin/temperature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index da945ad0e..6578f4e94 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) {