Browse Source

Fix Z_MIN_PROBE_PIN on SKR 1.4 (#17187)

Scott Lahteine 5 years ago
parent
commit
f6e80d576d
No account linked to committer's email address
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

+ 1
- 5
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h View File

@@ -96,11 +96,7 @@
96 96
 // Z Probe (when not Z_MIN_PIN)
97 97
 //
98 98
 #ifndef Z_MIN_PROBE_PIN
99
-  #if Z_STOP_PIN != P1_27
100
-    #define Z_MIN_PROBE_PIN P1_27
101
-  #else
102
-    #define Z_MIN_PROBE_PIN P0_10
103
-  #endif
99
+  #define Z_MIN_PROBE_PIN  P0_10
104 100
 #endif
105 101
 
106 102
 //

Loading…
Cancel
Save