Optional homing in LCD Repeatability Test (#19104)

This commit is contained in:
Giuliano Zaro
2020-08-22 04:20:30 +02:00
committed by Scott Lahteine
parent 7852b06038
commit 038945110f
4 changed files with 90 additions and 83 deletions

View File

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