Old news but working with Marlin view in klipper. SKR Mini e3 v2.0 with tft35 e3 v3.0 config explained. #3014
allenfamilysports96
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had lost my config and rebuilt my klipper reflashed everything so it took a bit to look it back up and nobody had it with this combo explained on the wiring. I had not had the EXP3 hooked up at all on the board on the SKR mini. So I'm documenting this here as working.
Klipper setup that is working with SKR Mini e3 v2.0 with tft35 e3 v3.0.
Wiring was key to get this working it will not function on exp1 in this setup.
Added the following to printer.cfg
[board_pins]
aliases:
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=,
EXP1_2=PA15, EXP1_4=, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V>
[display]
lcd_type: emulated_st7920
spi_software_miso_pin: PA3
spi_software_mosi_pin: PB15
spi_software_sclk_pin: PB9
en_pin: PB8
encoder_pins: ^PA10, ^PA9
click_pin: ^!PA15
[output_pin beeper]
pin: PB5
This seems to be working like a charm once updated.
Beta Was this translation helpful? Give feedback.
All reactions