Browse Source

Add Z_MIN_PROBE_PIN to MKS SBASE pins

Scott Lahteine 6 years ago
parent
commit
7d15854514
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/src/pins/pins_MKS_SBASE.h

+ 4
- 1
Marlin/src/pins/pins_MKS_SBASE.h View File

@@ -55,6 +55,10 @@
55 55
 #define Z_MIN_PIN          P1_28   // The original Mks Sbase DIO19 has a 10k pullup to 3.3V or 5V, 1K series, so when using a Zprobe we must use DIO41 (J8 P1.22)
56 56
 #define Z_MAX_PIN          P1_29   // 10k pullup to 3.3V, 1K series
57 57
 
58
+#ifndef Z_MIN_PROBE_PIN
59
+  #define Z_MIN_PROBE_PIN  P4_28   // Connector J8
60
+#endif
61
+
58 62
 //
59 63
 // Steppers
60 64
 //
@@ -119,7 +123,6 @@
119 123
 #define PIN_P1_23          P1_23   // PWM Capable
120 124
 #define PIN_P2_12          P2_12   // Interrupt Capable
121 125
 #define PIN_P2_11          P2_11   // Interrupt Capable
122
-#define PIN_P4_28          P4_28
123 126
 
124 127
 //
125 128
 // Prusa i3 MK2 Multi Material Multiplexer Support

Loading…
Cancel
Save