Define Z_MIN_PROBE_PIN always, allowing override
This commit is contained in:
@ -60,14 +60,10 @@
|
||||
#define Z_MAX_PIN 18
|
||||
#endif
|
||||
|
||||
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
//#undef Z_MIN_PIN
|
||||
//#define Z_MIN_PIN 15
|
||||
// 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 19
|
||||
#endif
|
||||
//
|
||||
|
||||
#define E2_STEP_PIN 23
|
||||
#define E2_DIR_PIN 25
|
||||
#define E2_ENABLE_PIN 40
|
||||
|
Reference in New Issue
Block a user