Define Z_MIN_PROBE_PIN for Cohesion 3D Remix

This commit is contained in:
Scott Lahteine 2020-03-05 15:10:27 -06:00
parent 5a6daa7c54
commit c0801e900d

View file

@ -46,6 +46,13 @@
#define Z_MIN_PIN P1_28 // 10k pullup to 3.3V
#define Z_MAX_PIN P1_29 // 10k pullup to 3.3V
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN P1_29
#endif
//
// Steppers
//