Browse Source

Fixed typo for Z_PROBE_AND_ENDSTOP support in pins_RAMPS.h.

Confirmed Sanity checks are working.....
pull/1/head
Chris Roadfeldt 10 years ago
parent
commit
c75a5e8c55
  1. 2
      Marlin/pins_RAMPS_13.h

2
Marlin/pins_RAMPS_13.h

@ -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