Browse Source

Merge pull request #4563 from thinkyhead/rc_explain_probe_heights

Explain that Z_PROBE_*_HEIGHT options are nozzle-relative
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
1edbea0fcb
  1. 7
      Marlin/Configuration.h
  2. 7
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 7
      Marlin/example_configurations/Felix/Configuration.h
  4. 7
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 7
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 7
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 7
      Marlin/example_configurations/K8200/Configuration.h
  8. 7
      Marlin/example_configurations/K8400/Configuration.h
  9. 7
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 7
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 7
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 7
      Marlin/example_configurations/SCARA/Configuration.h
  13. 7
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 7
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 7
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 7
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  17. 7
      Marlin/example_configurations/delta/generic/Configuration.h
  18. 7
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  19. 7
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  20. 7
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  21. 7
      Marlin/example_configurations/makibox/Configuration.h
  22. 7
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

7
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

Loading…
Cancel
Save