Fixed typo for Z_PROBE_AND_ENDSTOP support in pins_RAMPS.h.

Confirmed Sanity checks are working.....
master
Chris Roadfeldt 9 years ago
parent a98ac4033b
commit c75a5e8c55

@ -62,7 +62,7 @@
#define FILWIDTH_PIN 5
#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 Z_PROBE_PIN 32
#endif

Loading…
Cancel
Save