Fixed typo for Z_PROBE_AND_ENDSTOP support in pins_RAMPS.h.
Confirmed Sanity checks are working.....
This commit is contained in:
parent
a98ac4033b
commit
c75a5e8c55
@ -62,7 +62,7 @@
|
|||||||
#define FILWIDTH_PIN 5
|
#define FILWIDTH_PIN 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(Z_PROBE_ANDENDSTOP)
|
#if defined(Z_PROBE_AND_ENDSTOP)
|
||||||
// Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
|
// Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
|
||||||
#define Z_PROBE_PIN 32
|
#define Z_PROBE_PIN 32
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user