makerbase-mks / MKS-Monster8

MKS Monster8 is an 8-axis motherboard, which supports Voron printers and can run Marlin and Klipper firmware.
https://www.aliexpress.com/item/1005003183498253.html?spm=a2g0o.store_pc_home.productList_8356958.pic_0
GNU General Public License v3.0
103 stars 62 forks source link

SPI interface and TS35 display #6

Closed ddpsft closed 2 years ago

ddpsft commented 2 years ago

Is there any documentation about how to edit config.cfg in order to use TS35 display? Monster8's page here and in Aliexpress states that it is compatible, but i've found another issue where was discussed that there is no support. I've used the code from generic klipper code and now I'm trying to adapt the provided voron cfg file (using mini12864) and so far it still showing only "Booting..." on TS35.

Additionally, where can I found any detail about pins on SPI3 interface? I'd like to use my adxl345 chip connected to the board instead of connecting to RPi's GPIO pins. The provided pin "map" doesn't detail it thus I'm no able to identify VCC, G, CS, SDO, SDA and SCL pins.

mks-viva commented 2 years ago

If you use MKS TS35 for Monster8, you only use marlin 12864 UI or marlin color UI

rafaelnunesdomingues commented 1 year ago

I have a monster 8 running on a voron 2.4 with marlin. I'm using TS35 which connects to EXP1 and EXP2. How can I implement a Sdcard reader?