Move more strings to PROGMEM
This commit is contained in:
@ -71,7 +71,7 @@ void GcodeSuite::M301() {
|
||||
}
|
||||
else {
|
||||
SERIAL_ERROR_START();
|
||||
SERIAL_ERRORLN(MSG_INVALID_EXTRUDER);
|
||||
SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user