More parity with 1.1.x, plus whitespace
This commit is contained in:
parent
a891d8d738
commit
de5ca96654
8 changed files with 13 additions and 15 deletions
|
|
@ -2559,10 +2559,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue