Define Z_MIN_PROBE_PIN always, allowing override
This commit is contained in:
parent
cebeb48005
commit
9cb596e88c
6 changed files with 35 additions and 41 deletions
|
|
@ -53,8 +53,7 @@
|
|||
#define Z_MIN_PIN 33
|
||||
#define Z_MAX_PIN 32
|
||||
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
// Define a pin to use as the signal pin on Arduino for the Z probe endstop.
|
||||
#ifndef Z_MIN_PROBE_PIN
|
||||
#define Z_MIN_PROBE_PIN 33
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue