I tried to install my Creality original Filament runout sensor. As I’m new with Klipper and in cura there was no need for any setting, I’m now searching how to find the switch_pin Number.
From creality I should insert following code:
[filament_switch_sensor filament_sensor]
pause_on_runout: true
switch_pink
Notice! switch_pin needs to be confirmed as the connection PIN for the filamtent run-out sensor
But now I wonder how to find the right switch_pin, as for ^!PC15 I got an runout message.
Can anyone please explain how to find the right pin? (Creality 4.2.7. Board has a separate plug for this)
I think I figured it out for me and I have the same board as the OP did. I am also using the Creality Filament runout sensor (I don’t know if it makes a difference)
But with following lines, and some trial and error I came up with:
switch_pin: PA4
The bang character/exclamation mark (!) appears to invert the signal filament detected vs filament missing. I still don’t know what the carat (^) does that I see in a few examples.