mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Move more strings to PROGMEM
This commit is contained in:
parent
58671e1bc1
commit
2bea1bda56
11 changed files with 17 additions and 17 deletions
|
@ -123,7 +123,7 @@ inline void invalid_extruder_error(const uint8_t e) {
|
|||
SERIAL_CHAR('T');
|
||||
SERIAL_ECHO_F(e, DEC);
|
||||
SERIAL_CHAR(' ');
|
||||
SERIAL_ECHOLN(MSG_INVALID_EXTRUDER);
|
||||
SERIAL_ECHOLNPGM(MSG_INVALID_EXTRUDER);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue