Z Probe Offset Wizard (#18866)

This commit is contained in:
Mathew Winters
2020-10-05 18:31:20 +13:00
committed by GitHub
parent 78fc4c8947
commit 343441d746
6 changed files with 162 additions and 1 deletions

View File

@@ -283,6 +283,10 @@ 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