Added Z_PROBE_PIN to #define for Z_PROBE_AND_ENDSTOP support.

This commit is contained in:
Chris Roadfeldt 2015-03-29 02:36:26 -05:00
parent 6125124d6c
commit a98ac4033b

View file

@ -64,7 +64,7 @@
#if defined(Z_PROBE_ANDENDSTOP)
// Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
#define 32
#define Z_PROBE_PIN 32
#endif
#if defined(FILAMENT_RUNOUT_SENSOR)