Fix BTT SKR 1.4 extra endstop pins (#16738)
This commit is contained in:
parent
0a6ae664bd
commit
300b81bfcb
@ -74,9 +74,9 @@
|
|||||||
#if Z_STALL_SENSITIVITY
|
#if Z_STALL_SENSITIVITY
|
||||||
#define Z_STOP_PIN Z_DIAG_PIN
|
#define Z_STOP_PIN Z_DIAG_PIN
|
||||||
#if Z_HOME_DIR < 0
|
#if Z_HOME_DIR < 0
|
||||||
#define Z_MAX_PIN P1_24 // PWRDET
|
#define Z_MAX_PIN P1_00 // PWRDET
|
||||||
#else
|
#else
|
||||||
#define Z_MIN_PIN P1_24 // PWRDET
|
#define Z_MIN_PIN P1_00 // PWRDET
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define Z_STOP_PIN P1_27 // Z-STOP
|
#define Z_STOP_PIN P1_27 // Z-STOP
|
||||||
|
Loading…
Reference in New Issue
Block a user