Changed Z_PROBE_AND_ENDSTOP to Z_PROBE_ENDSTOP.

Updated documentation in Configuration.h.
Cleaned up and commented some code relating to Z_PROBE_ENDSTOP.
Separated Z_MIN_ENDSTOP and Z_PROBE_ENDSTOP completely.
This commit is contained in:
Chris Roadfeldt
2015-04-01 02:14:55 -05:00
parent fdb4ddbdea
commit a508d835db
5 changed files with 49 additions and 40 deletions

View File

@ -62,7 +62,7 @@
#define FILWIDTH_PIN 5
#endif
#if defined(Z_PROBE_AND_ENDSTOP)
#if defined(Z_PROBE_ENDSTOP)
// Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
#define Z_PROBE_PIN 32
#endif