Inductive probe setup
Hi tried to find out how to set this inductive probe up in ratos, for now i think it works but keeps saying "Endstop z still triggered after retract" when i home i guess i need to unpin something just not sure what so far my probe is the super pinda from fystech and i untommented all these lines
z_offset: 0.0 # Adjust this to fit your setup
pin: ^probe_pin # For NPN NC probes such as the Super Pinda / Vinda / SupCR / Decoprobe probes.
pin: ^!probe_pin # NPN NO (refer to the specs on your probe)
pin: probe_pin # PNP NO (refer to the specs on your probe)
pin: !probe_pin # PNP NC (refer to the specs on your probe)
Inductive probe configuration
[probe]z_offset: 0.0 # Adjust this to fit your setup
pin: ^probe_pin # For NPN NC probes such as the Super Pinda / Vinda / SupCR / Decoprobe probes.
pin: ^!probe_pin # NPN NO (refer to the specs on your probe)
pin: probe_pin # PNP NO (refer to the specs on your probe)
pin: !probe_pin # PNP NC (refer to the specs on your probe)