Move some strings to PROGMEM
This commit is contained in:
parent
d8aa40eedf
commit
3ab4736ac9
6 changed files with 11 additions and 11 deletions
|
|
@ -264,11 +264,11 @@ uint8_t Temperature::soft_pwm_amount[HOTENDS],
|
|||
#endif
|
||||
|
||||
if (!WITHIN(hotend, _BOT_HOTEND, _TOP_HOTEND)) {
|
||||
SERIAL_ECHOLN(MSG_PID_BAD_EXTRUDER_NUM);
|
||||
SERIAL_ECHOLNPGM(MSG_PID_BAD_EXTRUDER_NUM);
|
||||
return;
|
||||
}
|
||||
|
||||
SERIAL_ECHOLN(MSG_PID_AUTOTUNE_START);
|
||||
SERIAL_ECHOLNPGM(MSG_PID_AUTOTUNE_START);
|
||||
|
||||
disable_all_heaters(); // switch off all heaters.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue