Use a STR_ prefix for non-translated strings
This commit is contained in:
@@ -82,7 +82,7 @@ void GcodeSuite::M301() {
|
||||
SERIAL_EOL();
|
||||
}
|
||||
else
|
||||
SERIAL_ERROR_MSG(MSG_INVALID_EXTRUDER);
|
||||
SERIAL_ERROR_MSG(STR_INVALID_EXTRUDER);
|
||||
}
|
||||
|
||||
#endif // PIDTEMP
|
||||
|
||||
Reference in New Issue
Block a user