mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 07:04:02 -06:00
Fix PROBE_OFFSET_WIZARD_START_Z (#353)
This commit is contained in:
parent
c75be96605
commit
55bc35eb7f
2 changed files with 2 additions and 2 deletions
|
@ -1084,7 +1084,7 @@
|
|||
#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
|
||||
#define PROBE_OFFSET_WIZARD_START_Z -4.0 // Estimated nozzle-to-probe Z offset, plus a little extra
|
||||
//#define PROBE_OFFSET_WIZARD_XY_POS XY_CENTER // Set a convenient position to do the measurement
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -1084,7 +1084,7 @@
|
|||
#if HAS_BED_PROBE
|
||||
#define PROBE_OFFSET_WIZARD
|
||||
#if ENABLED(PROBE_OFFSET_WIZARD)
|
||||
#define PROBE_OFFSET_START -2.0 // Estimated nozzle-to-probe Z offset, plus a little extra
|
||||
#define PROBE_OFFSET_WIZARD_START_Z -2.0 // Estimated nozzle-to-probe Z offset, plus a little extra
|
||||
//#define PROBE_OFFSET_WIZARD_XY_POS XY_CENTER // Set a convenient position to do the measurement
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue