Level Bed Corners is a sub-menu

This commit is contained in:
Scott Lahteine 2020-12-01 21:53:23 -06:00
parent 29a962320c
commit c76f179487

View File

@ -400,7 +400,7 @@ void menu_motion() {
#endif #endif
#if ENABLED(LEVEL_BED_CORNERS) && DISABLED(LCD_BED_LEVELING) #if ENABLED(LEVEL_BED_CORNERS) && DISABLED(LCD_BED_LEVELING)
ACTION_ITEM(MSG_LEVEL_CORNERS, _lcd_level_bed_corners); SUBMENU(MSG_LEVEL_CORNERS, _lcd_level_bed_corners);
#endif #endif
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST) #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)