Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
849 stars 221 forks source link

Wrong pin on MCU definition of Bigtreetech SKR2 #576

Closed Andi3D-tech closed 2 months ago

Andi3D-tech commented 5 months ago

Klippain branch

Version

v4.3.1-10-g1d9a2b53

Describe the bug and expected behavior

I wanted to connect the Bigtreetech Mini12864 to my BTT SKR2 via EXP1 and EXP2.

Unfortunately the display remained black.

Neopixel and reset button worked. Also the beeper.

After a long search I found the error:

Under config/mcu_definitions/main there is the BTT_SKR_2.cfg

# EXP1 header
 EXP1_1=PC5 , EXP1_2=PB0 ,
 EXP1_3=PB1 , EXP1_4=PB9 ,
 EXP1_5=PE10 , EXP1_6=PE11 , # Key in the socket on this side
 EXP1_7=PE12 , EXP1_8=PE13 ,
 EXP1_9=<GND> , EXP1_10=<5V> ,

EXP1_4=PB9 should be changed to EXP1_4=PE9.

The pin PB9 points to the I2C header.

Thanks!!!

Additional information and klippy.log

No response

tsk-2222 commented 5 months ago

Yup. It's a typo. Thanks for the eyeballs.

https://github.com/Frix-x/klippain/pull/578

github-actions[bot] commented 4 months ago

📌 This issue has been marked as stale because it has not had activity in the past 30 days. To keep it open, please respond to this message or add new information. Otherwise, this will be closed in 14 days. Thank you for your contributions!

github-actions[bot] commented 3 months ago

This issue was closed due to inactivity for 14 days. Feel free to reopen it if you think it was an error or if you have new information or progress to share

Surion79 commented 2 months ago

completed by merged PR