M48 menu item, result to status (#14772)

This commit is contained in:
Acenotass
2019-07-30 13:31:14 +06:00
committed by Scott Lahteine
parent e44fccf3d2
commit 659d06d9b9
4 changed files with 75 additions and 4 deletions

View File

@ -503,6 +503,10 @@ void menu_motion() {
MENU_ITEM(function, MSG_LEVEL_CORNERS, _lcd_level_bed_corners);
#endif
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
MENU_ITEM(gcode, MSG_M48_TEST, PSTR("G28\nM48 P10"));
#endif
//
// Disable Steppers
//