Skip to content

Commit

Permalink
Enable probe offset wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Oct 10, 2020
1 parent 6c2c7b7 commit 0a2462f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1077,9 +1077,9 @@

// Add Probe Z Offset calibration to the Z Probe Offsets 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
#define PROBE_OFFSET_START -0.4 // Estimated nozzle-to-probe Z offset, plus a little extra
#endif
#endif

Expand Down

0 comments on commit 0a2462f

Please sign in to comment.