Use a STR_ prefix for non-translated strings
This commit is contained in:
parent
6b9a17be16
commit
e78f607ef3
65 changed files with 438 additions and 431 deletions
|
|
@ -365,7 +365,7 @@ void GCodeParser::parse(char *p) {
|
|||
#endif // CNC_COORDINATE_SYSTEMS
|
||||
|
||||
void GCodeParser::unknown_command_warning() {
|
||||
SERIAL_ECHO_MSG(MSG_UNKNOWN_COMMAND, command_ptr, "\"");
|
||||
SERIAL_ECHO_MSG(STR_UNKNOWN_COMMAND, command_ptr, "\"");
|
||||
}
|
||||
|
||||
#if ENABLED(DEBUG_GCODE_PARSER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue