Specify that Z_PROBE_*_HEIGHT is nozzle-relative

This commit is contained in:
Scott Lahteine
2016-08-07 17:54:17 -07:00
parent fc11f05c11
commit e113740fa3
22 changed files with 88 additions and 66 deletions

View File

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