Use a STR_ prefix for non-translated strings
This commit is contained in:
@@ -118,7 +118,7 @@ void GcodeSuite::G0_G1(
|
||||
#endif
|
||||
if (_MOVE_SYNC) {
|
||||
planner.synchronize();
|
||||
SERIAL_ECHOLNPGM(MSG_Z_MOVE_COMP);
|
||||
SERIAL_ECHOLNPGM(STR_Z_MOVE_COMP);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user