Specify that Z_PROBE_*_HEIGHT is nozzle-relative
This commit is contained in:
@ -533,10 +533,11 @@
|
||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||
|
||||
//
|
||||
// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
|
||||
// Minimum heights for the probe to deploy/stow and travel.
|
||||
// These values specify the distance from the NOZZLE to the BED.
|
||||
//
|
||||
#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
|
||||
#define Z_PROBE_TRAVEL_HEIGHT 5 // Raise between probing points.
|
||||
#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
|
||||
#define Z_PROBE_TRAVEL_HEIGHT 5 // Z position for travel between points
|
||||
|
||||
//
|
||||
// For M851 give a range for adjusting the Z probe offset
|
||||
|
Reference in New Issue
Block a user