rebel1
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
|
@ -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
|
|
|