Browse Source

Move Allen Key probe definition to the top

pull/1/head
Scott Lahteine 7 years ago
parent
commit
27b5666e15
  1. 8
      Marlin/Configuration.h
  2. 8
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 8
      Marlin/example_configurations/Felix/Configuration.h
  4. 8
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 8
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 8
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 8
      Marlin/example_configurations/K8200/Configuration.h
  8. 8
      Marlin/example_configurations/K8400/Configuration.h
  9. 8
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 8
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 8
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 8
      Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h
  13. 8
      Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h
  14. 8
      Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h
  15. 8
      Marlin/example_configurations/SCARA/Configuration.h
  16. 8
      Marlin/example_configurations/TAZ4/Configuration.h
  17. 8
      Marlin/example_configurations/WITBOX/Configuration.h
  18. 8
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  19. 4
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h
  20. 4
      Marlin/example_configurations/delta/generic/Configuration.h
  21. 4
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  22. 4
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  23. 4
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  24. 8
      Marlin/example_configurations/makibox/Configuration.h
  25. 8
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

8
Marlin/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Cartesio/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Felix/Configuration.h

@ -546,6 +546,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -576,10 +580,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Felix/DUAL/Configuration.h

@ -546,6 +546,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -576,10 +580,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Hephestos/Configuration.h

@ -555,6 +555,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -585,10 +589,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -557,6 +557,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -587,10 +591,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/K8200/Configuration.h

@ -592,6 +592,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -622,10 +626,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/K8400/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/K8400/Dual-head/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/RigidBot/Configuration.h

@ -562,6 +562,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -592,10 +596,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h

@ -565,6 +565,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -595,10 +599,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h

@ -564,6 +564,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -594,10 +598,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/SCARA/Configuration.h

@ -578,6 +578,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -608,10 +612,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/TAZ4/Configuration.h

@ -584,6 +584,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -614,10 +618,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/WITBOX/Configuration.h

@ -555,6 +555,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -585,10 +589,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/adafruit/ST7565/Configuration.h

@ -563,6 +563,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -593,10 +597,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

4
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h

@ -621,6 +621,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//

4
Marlin/example_configurations/delta/generic/Configuration.h

@ -608,6 +608,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//

4
Marlin/example_configurations/delta/kossel_mini/Configuration.h

@ -608,6 +608,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//

4
Marlin/example_configurations/delta/kossel_pro/Configuration.h

@ -602,6 +602,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//

4
Marlin/example_configurations/delta/kossel_xl/Configuration.h

@ -621,6 +621,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//

8
Marlin/example_configurations/makibox/Configuration.h

@ -566,6 +566,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -596,10 +600,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

8
Marlin/example_configurations/tvrrug/Round2/Configuration.h

@ -559,6 +559,10 @@
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
//
// Allen Key Probe is defined in the Delta example configurations.
//
// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
@ -589,10 +593,6 @@
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH
//
// Allen Key Probe is defined in the Delta example configurations.
//
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.

Loading…
Cancel
Save