My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

000-README_RepRap_Discount_Full_Graphic_Smart_Controller.txt 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. The MKS products (all?) have the EXP1 & EXP2 LCD connectors rotated 180 degrees from the ones on the RepRap LCD controllers.
  2. 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:
  3. a. On one end only, shave the keying plug off the cables and plug the cables in backwards.
  4. b. On one end only, carefully pry the housings off the board, rotate them 180 degrees and press them back onto the pins.
  5. c. Make custom cables where one connector is rotated 180 degrees.
  6. MKS: 1 2 3 4 5 6 7 8 9 10
  7. RepRap: 10 9 8 7 6 5 4 3 2 1
  8. /////////////////////////////////////////////////////////////////////
  9. 3 DEC 2017
  10. 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:
  11. used to go to P0.8 to J8-3
  12. " " " " P0.7 to J8-2
  13. " " " " P0.5 to J8-4
  14. If pins different than the J8 ones above are used then the spi_pins.h file will need to be modified.
  15. 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.
  16. Adafruit 10-pin IDC Socket Rainbow Breakout Cable [1199]
  17. https://www.adafruit.com/product/1199
  18. /////////////////////////////////////////////////////////////////////
  19. 27 APR 2018
  20. If you also want a functional SD_DETECT_PIN then you'll need to also move the following pin:
  21. used to go to P0.27 to J8-5
  22. if you decide to use a different pin then the pins_MKS_SBASE.h file will need to be modified.