Browse Source

Add sample config for Delta with MKS SBASE (#10819)

David Bates 5 years ago
parent
commit
d94b50a3d8

+ 2134
- 0
Marlin/src/config/examples/delta/MKS/SBASE/Configuration.h
File diff suppressed because it is too large
View File


+ 1904
- 0
Marlin/src/config/examples/delta/MKS/SBASE/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 34
- 0
Marlin/src/config/examples/delta/MKS/SBASE/RRD Full Graphic Smart Controller.md View File

@@ -0,0 +1,34 @@
1
+### RepRap Discount Full Graphics Smart Controller
2
+
3
+Many MKS products have the EXP1 & EXP2 LCD connectors rotated 180 degrees from the ones on the RepRap LCD controllers. So there are three options for connecting the RepRap Discount Full Graphic Smart Controller:
4
+  1. Slice, file, or grind the key off one end of the cables and plug the cables in backwards.
5
+  2. Carefully pry the plastic housings off the board or controller, rotate them 180 degrees, and press them back onto the board.
6
+  3. Make custom cables with one end's connector rotated 180 degrees.
7
+
8
+---
9
+
10
+#### 3 DEC 2017
11
+
12
+The current Marlin 2.0.x firmware can't access some of the pins on the EXP2 connector. A custom cable that gets three of the signals from a different connector is required to use the RepRap Discount Full Graphic Smart Controller. Use that cable to move the following connections:
13
+
14
+From|To
15
+--|--
16
+`P0.8`|`J8-3`
17
+`P0.7`|`J8-2`
18
+`P0.5`|`J8-4`
19
+
20
+If using pins other than the J8 pins listed above the `spi_pins.h` file will need to be modified.
21
+
22
+An octopus cable like the [Adafruit 1199](https://www.adafruit.com/product/1199) 10-pin IDC Socket Rainbow Breakout Cable can simplify the construction of the custom cable. Just plug the Adafruit 1199 into one of the cables that came with the LCD and the individual pins into J8 and EXP2 as needed.
23
+
24
+---
25
+
26
+#### 27 APR 2018
27
+
28
+For a functional `SD_DETECT_PIN`, also move the following pin:
29
+
30
+From|To
31
+--|--
32
+`P0.27`|`J8-5`
33
+
34
+If a different pin is used, modify the `pins_MKS_SBASE.h` file.

Loading…
Cancel
Save