Klipper does not detect a toggling pin. It seems that the pin is always triggered and does not change.
If I understand the working of this probe correctly then the process should be:
- Probe pin is reported open
Probe_Deploy
is called → The probe’s tip gets extended- The probe touches the bed
- The probe pin toggles “triggered” → Klipper notices the endstop signal
Probe_Stow
is called and the tip gets retracted again- Probe pin is reported open again
This is run twice. When either #1 or #4 or #6 does not work correctly then you will either receive No trigger on [X / Y / Z] after full movement or the error in your screenshot.
This could be due to some wrong wiring / wrong pin assignment or due to the “pull-up” topic discussed above.