Scott Lahteine
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
5 deletions
-
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
|
|
@ -96,11 +96,7 @@ |
|
|
|
// Z Probe (when not Z_MIN_PIN)
|
|
|
|
//
|
|
|
|
#ifndef Z_MIN_PROBE_PIN |
|
|
|
#if Z_STOP_PIN != P1_27 |
|
|
|
#define Z_MIN_PROBE_PIN P1_27 |
|
|
|
#else |
|
|
|
#define Z_MIN_PROBE_PIN P0_10 |
|
|
|
#endif |
|
|
|
#define Z_MIN_PROBE_PIN P0_10 |
|
|
|
#endif |
|
|
|
|
|
|
|
//
|
|
|
|