Fix PROBE_OFFSET_WIZARD_START_Z (#353)

This commit is contained in:
Jimmy Wan 2020-12-13 20:31:06 -06:00 committed by GitHub
parent c75be96605
commit 55bc35eb7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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