Enable PROBE_OFFSET_WIZARD for BTT and Biqu (#246)

This commit is contained in:
Keith Bennett 2020-10-05 14:44:28 -07:00 committed by GitHub
parent 68d9287e2c
commit 24f650bbcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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