Z Probe Offset Wizard (#18866)

This commit is contained in:
Mathew Winters
2020-10-05 18:31:20 +13:00
committed by Scott Lahteine
parent 31238de937
commit 437bee418b
6 changed files with 162 additions and 1 deletions

View File

@ -1048,6 +1048,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)