Skip to content

Commit

Permalink
Level Bed Corners is a sub-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and vgadreau committed Dec 9, 2020
1 parent 28b32ad commit 758388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void menu_motion() {
#endif

#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

#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
Expand Down

0 comments on commit 758388a

Please sign in to comment.