|
|
@ -621,10 +621,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 100 // 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 100 // 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
|
|
|
|