Add PROBE_OFFSET_WIZARD

This commit is contained in:
Scott Lahteine 2020-10-05 01:05:41 -05:00
parent e6a273fc74
commit 4757eb9191
186 changed files with 1488 additions and 0 deletions

View file

@ -1050,6 +1050,14 @@
#if HAS_LCD_MENU
// Add Probe Z Offset calibration to the Bed Leveling menu
#if HAS_BED_PROBE
//#define PROBE_OFFSET_WIZARD
#if ENABLED(PROBE_OFFSET_WIZARD)
#define PROBE_OFFSET_START -4.0 // Estimated nozzle-to-probe Z offset, plus a little extra
#endif
#endif
// Include a page of printer information in the LCD Main Menu
//#define LCD_INFO_MENU
#if ENABLED(LCD_INFO_MENU)