Move Z Probe Z Offset from Advanced to basic Configuration (#13056)

This commit is contained in:
InsanityAutomation
2019-01-30 22:08:36 -05:00
committed by Scott Lahteine
parent 31e213e427
commit 7d927b6691
3 changed files with 12 additions and 7 deletions

View File

@ -558,12 +558,6 @@ void menu_advanced_settings() {
START_MENU();
MENU_BACK(MSG_CONFIGURATION);
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
MENU_ITEM(submenu, MSG_ZPROBE_ZOFFSET, lcd_babystep_zoffset);
#elif HAS_BED_PROBE
MENU_ITEM_EDIT(float52, MSG_ZPROBE_ZOFFSET, &zprobe_zoffset, Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX);
#endif
#if DISABLED(SLIM_LCD_MENUS)
#if HAS_M206_COMMAND