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.
|
1 year ago | |
---|---|---|
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
README.md
Klipper to MKS TFT bridge (WIP)
This is work in progress.
Wiring
MKS 5v pin 1 <--> RPi 5v pin 4
MKS GND pin 2 <--> RPi GND pin 6
MKS RX pin 3 <--> RPi TXD0 pin 8
MKS TX pin 4 <--> RPi RXD0 pin 10
MKS RST pin 5 NC, not supported (yet, at least)
Configuring
Tell klippy to start with -a /tmp/klippy_uds
by either modifying the start script or if you used the installer on Debian editing /etc/default/klipper
.
Disclaimer
WIP, YMMV