Combine Z raise before/after options
This commit is contained in:
@ -509,12 +509,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||
|
||||
//
|
||||
// Probe Raise options provide clearance for the probe to deploy and stow.
|
||||
// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
|
||||
//
|
||||
// For G28 these apply when the probe deploys and stows.
|
||||
// For G29 these apply before and after the full procedure.
|
||||
#define Z_RAISE_BEFORE_PROBING 15 // Raise before probe deploy (e.g., the first probe).
|
||||
#define Z_RAISE_AFTER_PROBING 15 // Raise before probe stow (e.g., the last probe).
|
||||
#define Z_RAISE_PROBE_DEPLOY_STOW 15 // Raise to make room for the probe to deploy / stow
|
||||
#define Z_RAISE_BETWEEN_PROBINGS 5 // Raise between probing points.
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user