Replies: 1 comment 1 reply
-
Hey - how do you set the screen serial port to "USART1"? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After countless hours of research, you will need to reconfigure the wire that connects to the screen for the BTK SKR Mini E3 V2.0 to work and set the Screen Serial port to USART1 based on the diagram from here:
https://www.deviousweb.com/2020/05/08/ender-5-plus-skr1-3-and-factory-screen/
https://imgur.com/a/8JN3NYT
https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/hardware/BTT%20SKR%20MINI%20E3%20V2.0/Hardware/BTT%20SKR%20MINI%20E3%20V2.0-PIN.pdf
then if you want Print Progress display to work on klipper,
you would want to configure your macros to update constantly as such where you'd want to enable the loop at the start of the print and stop at the end of the print
this is the most roundabout way I can provide to everyone who is also doing the same for their skr mini e3 v2.0
I tried getting it to work on the 3.0 but I've run into some compiler issues that I just do not have the time to fix debugging, so use the 2.0 for compatibility sake.
Beta Was this translation helpful? Give feedback.
All reactions