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) {