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