Browse Source

Merge pull request #7008 from Bob-the-Kuhn/Z_MIN_PROBE_ENDSTOP-and-Z_MAX_PIN

Can't use "#define Z_MIN_PROBE_PIN Z_MAX_PIN" in configuration.h
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
4cc5444144
  1. 1
      Marlin/Configuration.h
  2. 1
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 1
      Marlin/example_configurations/Felix/Configuration.h
  4. 1
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 1
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h
  6. 1
      Marlin/example_configurations/Hephestos/Configuration.h
  7. 1
      Marlin/example_configurations/Hephestos_2/Configuration.h
  8. 1
      Marlin/example_configurations/K8200/Configuration.h
  9. 1
      Marlin/example_configurations/K8400/Configuration.h
  10. 1
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  11. 1
      Marlin/example_configurations/M150/Configuration.h
  12. 1
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  13. 1
      Marlin/example_configurations/RigidBot/Configuration.h
  14. 1
      Marlin/example_configurations/SCARA/Configuration.h
  15. 1
      Marlin/example_configurations/TAZ4/Configuration.h
  16. 1
      Marlin/example_configurations/TinyBoy2/Configuration.h
  17. 1
      Marlin/example_configurations/WITBOX/Configuration.h
  18. 1
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  19. 1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  20. 1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  21. 1
      Marlin/example_configurations/delta/generic/Configuration.h
  22. 1
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  23. 1
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  24. 1
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  25. 1
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h
  26. 1
      Marlin/example_configurations/makibox/Configuration.h
  27. 1
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  28. 1
      Marlin/example_configurations/wt150/Configuration.h

1
Marlin/Configuration.h

@ -566,7 +566,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/Cartesio/Configuration.h

@ -563,7 +563,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/Felix/Configuration.h

@ -547,7 +547,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -547,7 +547,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h

@ -571,7 +571,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/Hephestos/Configuration.h

@ -555,7 +555,6 @@
*
*/
#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -558,7 +558,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/K8200/Configuration.h

@ -594,7 +594,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/K8400/Configuration.h

@ -565,7 +565,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -565,7 +565,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/M150/Configuration.h

@ -584,7 +584,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -565,7 +565,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/RigidBot/Configuration.h

@ -563,7 +563,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/SCARA/Configuration.h

@ -580,7 +580,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/TAZ4/Configuration.h

@ -584,7 +584,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/TinyBoy2/Configuration.h

@ -616,7 +616,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/WITBOX/Configuration.h

@ -555,7 +555,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -565,7 +565,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h

@ -633,7 +633,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP // A3K leave disabled!
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h

@ -640,7 +640,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP // A3K leave disabled!
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -629,7 +629,6 @@
*
*/
#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -629,7 +629,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -622,7 +622,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -641,7 +641,6 @@
*
*/
#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h

@ -580,7 +580,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/makibox/Configuration.h

@ -568,7 +568,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

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

@ -560,7 +560,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

1
Marlin/example_configurations/wt150/Configuration.h

@ -570,7 +570,6 @@
*
*/
//#define Z_MIN_PROBE_ENDSTOP
//#define Z_MIN_PROBE_PIN Z_MAX_PIN
/**
* Probe Type

Loading…
Cancel
Save