diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ad869b712ee6489197ef51b6446fb42b94aa0b8e..9d384c53166b9acbb3b79c363977702abc82982c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/Cartesio/Configuration.h b/Marlin/example_configurations/Cartesio/Configuration.h index 0d0c60b13a301018c5944241972df86cb7d515c6..d96335b5fdc87a56f3686252336af67f72df379f 100644 --- a/Marlin/example_configurations/Cartesio/Configuration.h +++ b/Marlin/example_configurations/Cartesio/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/Felix/Configuration.h b/Marlin/example_configurations/Felix/Configuration.h index bb8f64306654d163e4db7844013de63ca0e6bea8..21a9b9097f40b1ffc7fe8695088984f2825982ce 100644 --- a/Marlin/example_configurations/Felix/Configuration.h +++ b/Marlin/example_configurations/Felix/Configuration.h @@ -523,10 +523,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 diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 59f45c4825704fa50f40829df02c7a7801606696..86af23be76b377abb3c04990b9db630917b0b6e7 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -521,10 +521,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 diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index feab873c4b1dae4d3c54c058d285cc728a392ce8..64021374159d26c7f0b83f71a337f29155c0259c 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -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 diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h index 060f4f4c98ddee2e79446260603ece8b97cf985e..a0a4c288aac7eaf57aae835dc9cbab8b0eebd454 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration.h @@ -535,10 +535,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 5 // Raise to make room for the probe to deploy / stow -#define Z_PROBE_TRAVEL_HEIGHT 2 // Raise between probing points. +#define Z_PROBE_DEPLOY_HEIGHT 5 // Z position for the probe to deploy/stow +#define Z_PROBE_TRAVEL_HEIGHT 2 // Z position for travel between points // // For M851 give a range for adjusting the Z probe offset diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index dbfe6b9c23a169cccaa801c156a3a168da6ac701..d900176600d2010f6fc9248195c7e4c541419f72 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -558,10 +558,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 diff --git a/Marlin/example_configurations/K8400/Configuration.h b/Marlin/example_configurations/K8400/Configuration.h index 47ab342199c522702d5f4ff432c8158bda2cb352..5add4d9dd1dd4161ac9245d84ba9638f46213a5d 100644 --- a/Marlin/example_configurations/K8400/Configuration.h +++ b/Marlin/example_configurations/K8400/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/K8400/Dual-head/Configuration.h b/Marlin/example_configurations/K8400/Dual-head/Configuration.h index 3ea963abc0a84ba8606b2da2f620469423a569a6..817401f84fb56b1f6163675e6807dd5a733179ea 100644 --- a/Marlin/example_configurations/K8400/Dual-head/Configuration.h +++ b/Marlin/example_configurations/K8400/Dual-head/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index 1c375110dfb6520df76025d0b8995dadae9eb719..2d9961c6dfd6eaf0532b233013c60d3389c2d71b 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index bbe545c50fd97a6c3fefc442be82e10b47ca3837..6ba06b494a057d45674a73351eae03b6fd977ec4 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -538,10 +538,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 diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index bc60b754b64f9cda8f76489d4885abe908e1231d..7e55ee2db041164cd4c342f0f62ad52b307d6c5c 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -549,10 +549,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 diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index c4de322b1adc0b793cc4342c42d76ba4a5a27168..6d4e159532b669b2561be8de787ffdd124823674 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -562,10 +562,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 diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index f9715f2de654d2ea3c04f179282c27aaa7eab282..5df007ca7c7c5b6dd659bf47b123e0d840f23113 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -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 diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index 470279e44b7cc542a45ea780437f74fed18409dc..be2b415ff596c09aeff340c9d2b5bdcc1435bfaf 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -541,10 +541,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 diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration.h b/Marlin/example_configurations/delta/biv2.5/Configuration.h index 3033651173d565ee7f71ef638d052a29d96062e4..97af6aba20ec8939cb290b621df7118479539f98 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration.h @@ -630,10 +630,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 50 // 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 50 // 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 diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index 9d7a500fdbf24e7f08bea13d408235e0a1193972..a9800b9a35fe957c0647b5c293c51d1ecb123e68 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -624,10 +624,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 diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index 1091e9303d52c45e6da13e8a12f426a3b018bd6f..26a776c48ec5a9ce5c81bf6ee67d2407e5e00b7e 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -627,10 +627,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 50 // 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 50 // 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 diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index fde86a529afa96d56900e53050081866cd84a13b..0521a87979669e63087fe5a310553fbb43d5691d 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -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 diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index 0cfd4e4658593742e096991561edbd5fbb439d02..283bfeb371b7aeee8187719f2aeaba620cd6bc66 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -622,10 +622,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 20 // Raise to make room for the probe to deploy / stow -#define Z_PROBE_TRAVEL_HEIGHT 10 // Raise between probing points. +#define Z_PROBE_DEPLOY_HEIGHT 20 // Z position for the probe to deploy/stow +#define Z_PROBE_TRAVEL_HEIGHT 10 // Z position for travel between points // // For M851 give a range for adjusting the Z probe offset diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index d1ef7d39b224b4929364fe47eba4efb6f6cc1a31..cefe40d78070ea0af19baa329c80f1fe3259d266 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -544,10 +544,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 diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index 7a307cc8e11d4b84541760a728d0f86d818a4bfc..5d8948da9b988051b115949828920bd11281dc3d 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -531,10 +531,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