mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-18 12:17:57 -06:00
Add PROBE_OFFSET_WIZARD
This commit is contained in:
parent
e6a273fc74
commit
4757eb9191
186 changed files with 1488 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue