Convert two PID_autotune strings to PROGMEM

This commit is contained in:
Yuri D'Elia 2022-06-02 21:06:32 +02:00
parent 0c1c350a93
commit c15d599f71
1 changed files with 2 additions and 2 deletions

View File

@ -235,13 +235,13 @@ void __attribute__((noinline)) PID_autotune(float temp, int extruder, int ncycle
||(extruder < 0)
#endif
){
SERIAL_ECHOLN("PID Autotune failed. Bad extruder number.");
SERIAL_ECHOLNPGM("PID Autotune failed. Bad extruder number.");
pid_tuning_finished = true;
pid_cycle = 0;
return;
}
SERIAL_ECHOLN("PID Autotune start");
SERIAL_ECHOLNPGM("PID Autotune start");
disable_heater(); // switch off all heaters.