From e113740fa3060d7bdbdfebe30aa429ce3f765825 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 7 Aug 2016 17:54:17 -0700 Subject: [PATCH] Specify that Z_PROBE_*_HEIGHT is nozzle-relative --- Marlin/Configuration.h | 7 ++++--- Marlin/example_configurations/Cartesio/Configuration.h | 7 ++++--- Marlin/example_configurations/Felix/Configuration.h | 7 ++++--- Marlin/example_configurations/Felix/DUAL/Configuration.h | 7 ++++--- Marlin/example_configurations/Hephestos/Configuration.h | 7 ++++--- Marlin/example_configurations/Hephestos_2/Configuration.h | 7 ++++--- Marlin/example_configurations/K8200/Configuration.h | 7 ++++--- Marlin/example_configurations/K8400/Configuration.h | 7 ++++--- .../example_configurations/K8400/Dual-head/Configuration.h | 7 ++++--- .../RepRapWorld/Megatronics/Configuration.h | 7 ++++--- Marlin/example_configurations/RigidBot/Configuration.h | 7 ++++--- Marlin/example_configurations/SCARA/Configuration.h | 7 ++++--- Marlin/example_configurations/TAZ4/Configuration.h | 7 ++++--- Marlin/example_configurations/WITBOX/Configuration.h | 7 ++++--- .../example_configurations/adafruit/ST7565/Configuration.h | 7 ++++--- Marlin/example_configurations/delta/biv2.5/Configuration.h | 7 ++++--- .../example_configurations/delta/generic/Configuration.h | 7 ++++--- .../delta/kossel_mini/Configuration.h | 7 ++++--- .../delta/kossel_pro/Configuration.h | 7 ++++--- .../example_configurations/delta/kossel_xl/Configuration.h | 7 ++++--- Marlin/example_configurations/makibox/Configuration.h | 7 ++++--- .../example_configurations/tvrrug/Round2/Configuration.h | 7 ++++--- 22 files changed, 88 insertions(+), 66 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ad869b712e..9d384c5316 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 0d0c60b13a..d96335b5fd 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 bb8f643066..21a9b9097f 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 59f45c4825..86af23be76 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 feab873c4b..6402137415 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 060f4f4c98..a0a4c288aa 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 dbfe6b9c23..d900176600 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 47ab342199..5add4d9dd1 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 3ea963abc0..817401f84f 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 1c375110df..2d9961c6df 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 bbe545c50f..6ba06b494a 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 bc60b754b6..7e55ee2db0 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 c4de322b1a..6d4e159532 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 f9715f2de6..5df007ca7c 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 470279e44b..be2b415ff5 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 3033651173..97af6aba20 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 9d7a500fdb..a9800b9a35 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 1091e9303d..26a776c48e 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 fde86a529a..0521a87979 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 0cfd4e4658..283bfeb371 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 d1ef7d39b2..cefe40d780 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 7a307cc8e1..5d8948da9b 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