Optimize some G-code strings

This commit is contained in:
Scott Lahteine
2021-01-16 20:43:24 -06:00
parent 40c8f2001d
commit fb41413b76
11 changed files with 42 additions and 88 deletions

View File

@@ -402,7 +402,7 @@ void menu_motion() {
#endif
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
GCODES_ITEM(MSG_M48_TEST, PSTR("G28 O\nM48 P10"));
GCODES_ITEM(MSG_M48_TEST, PSTR("G28O\nM48 P10"));
#endif
//