Browse Source

Non-conflicting CS pins for MKS Gen L

Scott Lahteine 7 years ago
parent
commit
444725ae9a
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      Marlin/src/pins/pins_MKS_GEN_L.h

+ 13
- 0
Marlin/src/pins/pins_MKS_GEN_L.h View File

@@ -36,4 +36,17 @@
36 36
 // Power outputs EFBF or EFBE
37 37
 #define MOSFET_D_PIN 7
38 38
 
39
+//
40
+// CS Pins wired to avoid conflict with the LCD
41
+// See https://www.thingiverse.com/asset:66604
42
+//
43
+
44
+#ifndef X_CS_PIN
45
+  #define X_CS_PIN 59
46
+#endif
47
+
48
+#ifndef Y_CS_PIN
49
+  #define Y_CS_PIN 63
50
+#endif
51
+
39 52
 #include "pins_RAMPS.h"

Loading…
Cancel
Save