Combine Z raise before/after options
This commit is contained in:
		| @@ -501,12 +501,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
| //#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