Skip to content

Commit

Permalink
More accessible PROBE_OFFSET_WIZARD (MarlinFirmware#19647)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwewer0 authored and W4tel-BiDi committed Apr 5, 2021
1 parent 3c0471a commit 31c8963
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Marlin/src/lcd/menu/menu_bed_leveling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ void menu_bed_leveling() {
EDIT_ITEM(LCD_Z_OFFSET_TYPE, MSG_ZPROBE_ZOFFSET, &probe.offset.z, Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX);
#endif

#if ENABLED(PROBE_OFFSET_WIZARD)
SUBMENU(MSG_PROBE_WIZARD, goto_probe_offset_wizard);
#endif

#if ENABLED(LEVEL_BED_CORNERS)
SUBMENU(MSG_LEVEL_CORNERS, _lcd_level_bed_corners);
#endif
Expand Down

0 comments on commit 31c8963

Please sign in to comment.