Marlin 2.0.2 configurations

This commit is contained in:
Scott Lahteine 2020-01-14 19:01:40 -06:00
parent cd005c1cf1
commit a47ed04456
366 changed files with 735681 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
1. MKS Robin Lite3 is a powerful 32-bit 3D printer control board with STM32F103RCT6.
2. Support Marlin2.0.
3. Support MKS LCD12864B/MINI12864/LCD2004/12864 and MKS TFT Touch Screens.
4. The main board integrates 5 AXIS interface, BLTOUCH interface, hot bed, 2 heating heads, 3 NTC100K and LCD screen SD card supports firmware update.
https://www.aliexpress.com/item/4000295949948.html?spm=2114.12010615.8148356.1.596183361yB18D

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
1. MKS Robin Pro is a powerful 32-bit 3D printer control board with STM32F103ZET6.
2. Support Marlin2.0. Support LCD2004/12864 and MKS Robin TFT24/28/32... Screens.
3. The motherboard integrates 6 AXIS interface, BLTOUCH interface, hot bed, 3 heating heads, 4 NTC100K, 2 MAX31855, integrates SPI / UART interface and works with MKS TMC2130/TMC2208 V2.0/TMC
https://www.aliexpress.com/item/4000444286159.html?spm=2114.12010615.8148356.1.4158721an5TnW9

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,38 @@
The MKS products (all?) have the EXP1 & EXP2 LCD connectors rotated 180 degrees from the ones on the RepRap LCD controllers.
In order to attach the RepRap Discount Full Graphic Smart Controller you'll need to do something like one of the following for both EXP1 & EXP2:
a. On one end only, shave the keying plug off the cables and plug the cables in backwards.
b. On one end only, carefully pry the housings off the board, rotate them 180 degrees and press them back onto the pins.
c. Make custom cables where one connector is rotated 180 degrees.
MKS: 1 2 3 4 5 6 7 8 9 10
RepRap: 10 9 8 7 6 5 4 3 2 1
/////////////////////////////////////////////////////////////////////
3 DEC 2017
The current Marlin 2.0.x firmware cannot properly access some of the pins on the EXP2 connector. In order to use the RepRap Discount Full Graphic Smart Controller you'll need a custom cable that gets three of the signals from a different connector. In that cable move the pin/wire that:
used to go to P0.8 to J8-3
" " " " P0.7 to J8-2
" " " " P0.5 to J8-4
If pins different than the J8 ones above are used then the spi_pins.h file will need to be modified.
An octopus cable something like the Adafruit 1199 will simply 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.
Adafruit 10-pin IDC Socket Rainbow Breakout Cable [1199]
https://www.adafruit.com/product/1199
/////////////////////////////////////////////////////////////////////
27 APR 2018
If you also want a functional SD_DETECT_PIN then you'll need to also move the following pin:
used to go to P0.27 to J8-5
if you decide to use a different pin then the pins_MKS_SBASE.h file will need to be modified.