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 ad869b712..9d384c531 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 0d0c60b13..d96335b5f 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 bb8f64306..21a9b9097 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 59f45c482..86af23be7 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 feab873c4..640213741 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 060f4f4c9..a0a4c288a 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 dbfe6b9c2..d90017660 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 47ab34219..5add4d9dd 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 3ea963abc..817401f84 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 1c375110d..2d9961c6d 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 bbe545c50..6ba06b494 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 bc60b754b..7e55ee2db 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 c4de322b1..6d4e15953 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 f9715f2de..5df007ca7 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 470279e44..be2b415ff 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 303365117..97af6aba2 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 9d7a500fd..a9800b9a3 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 1091e9303..26a776c48 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 fde86a529..0521a8797 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 0cfd4e465..283bfeb37 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 d1ef7d39b..cefe40d78 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 7a307cc8e..5d8948da9 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