Hide LEVELING item for probeless w/out LCD Leveling

This commit is contained in:
Scott Lahteine 2017-12-17 01:12:59 -06:00
parent 4b1b02a17d
commit 10d73155b0

View File

@ -2553,10 +2553,8 @@ void kill_screen(const char* lcd_msg) {
lcd_bed_leveling
#endif
);
#else
#if PLANNER_LEVELING
MENU_ITEM(gcode, MSG_BED_LEVELING, PSTR("G28\nG29"));
#endif
#elif PLANNER_LEVELING && DISABLED(PROBE_MANUALLY)
MENU_ITEM(gcode, MSG_BED_LEVELING, PSTR("G28\nG29"));
#endif
#if ENABLED(LEVEL_BED_CORNERS) && DISABLED(LCD_BED_LEVELING)