Define Z_MIN_PROBE_PIN always, allowing override
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user