Define Z_MIN_PROBE_PIN for Cohesion 3D Remix
This commit is contained in:
parent
5a6daa7c54
commit
c0801e900d
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue