mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-21 05:37:55 -06:00
Enable PROBE_OFFSET_WIZARD for BTT and Biqu (#246)
This commit is contained in:
parent
68d9287e2c
commit
24f650bbcf
2 changed files with 2 additions and 2 deletions
|
@ -1052,7 +1052,7 @@
|
|||
|
||||
// Add Probe Z Offset calibration to the Bed Leveling menu
|
||||
#if HAS_BED_PROBE
|
||||
//#define PROBE_OFFSET_WIZARD
|
||||
#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
|
||||
|
|
|
@ -1052,7 +1052,7 @@
|
|||
|
||||
// Add Probe Z Offset calibration to the Bed Leveling menu
|
||||
#if HAS_BED_PROBE
|
||||
//#define PROBE_OFFSET_WIZARD
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue