Describe your issue:
After testing my 3dtouch with BLtouch debug commands and confirming the board is reading the control pin proper I try to run G28 to home the bed. the problem is now when it goes for first probe it usually works fine (inconsistent) but sometimes upon probe contact and retraction it immediately redeploys before the printer has time to raise causing the probe to error out, if by chance the first probe works the second one always false deploys after probe contact, I have tried screwing with the settings and cannot get it to reliably probe each time aswell as raising homing_retract_dist to a higher value to give it more space for pin deployment, Attached is my printer.cfg hopefully someone can see the issue.
I don’t know if this is your problem (I don’t have a klippy.log to look at) but you can’t read the temperature of TMC2209s. I’m not sure what the temperature_sensor statements like:
My apologies i forgot to attach it when i posted, Also regarding the 2209 temp outputs it seems to be working as i’m getting a reading about 9c above ambient whille at idle, and the MCU and HOST readouts are both accurate to what i have seen in SSH however i may be completely wrong being new to klipper, Here is the klippy log
Turned out i needed pin_up_reports_not_triggered: to be set to True for this probe to work correctly, This topic can be closed, thanks everyone for the help.