Hi,
i'm setting up my new printer with the a combination of klipper and a Bigtreetech SKR pro v1.1. Its working very well as far as I'm going builden the machine. So THANK YOU for all the work you are puuting in this project.
Setting up the thermistors I found, that the default pin configuration of the configuration file is wrong.
The Sensor header are permuted. The assigned pins should be:
sensor_pin: PF3 # T0 Header <<==== HEATER_BED, not E0!
sensor_pin: PF4 # T1 Header <<==== E0, not E1
sensor_pin: PF5 # T2 Header <<==== E1 ...
sensor_pin: PF6 # T3 Header <<==== E2 ...
Maybe you could update the file.
Regards
Andreas
Hi @talfari,
It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions).
Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days.
For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md
The log can still be attached to this ticket - just add a comment and attach the log to that comment.
Best regards,
~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
... of course you could wire up the things the other way around, but that's the intended/documented way by Bigtreetech.



Exactly. In the file, the Bed is set to sense on port pf6, but should be pf3.
Supplied file:
T0 -> E0 : pf3
T1 -> E1: pf4
T2 -> E2: pf5
T3 -> Bed: pf6,
but it should be:
T0 -> Bed : pf3
T1 -> E0: pf4
T2 -> E1: pf5
T3 -> E2: pf6
@talfari fixed ???
Close?