Use a STR_ prefix for non-translated strings
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
*/
|
||||
void GcodeSuite::M115() {
|
||||
|
||||
SERIAL_ECHOLNPGM(MSG_M115_REPORT);
|
||||
SERIAL_ECHOLNPGM(STR_M115_REPORT);
|
||||
|
||||
#if ENABLED(EXTENDED_CAPABILITIES_REPORT)
|
||||
|
||||
|
Reference in New Issue
Block a user