Z Probe Offset Wizard (#18866)
This commit is contained in:
parent
78fc4c8947
commit
343441d746
6 changed files with 162 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue