Touch Plate Help

Hi Guys,

I have my setup working great and I decided to get around to adding a touch plate. I have it wired and adjusted the firmware from what I have read on this forum in regards to my board. However, i am experiencing an issue that I can I just need the inverse and everything will work.

I have a SKR 1.4 Turbo sensor less homing and the 2209 drivers.

The issue is that when i have my clip touching the plate it says open and when its off the plate it says triggered?

Any help is greatly appreciated. Thanks Luca

The inverting flags are in Configuration.h. if you search for “invert” I am pretty sure it comes up right away.

1 Like

I see a few different results. Unsure of which one would be the probe? I had to define the probe pins myself.

I used this for reference

1 Like

NM I found it… Thank you so much for your direction.

#define Z_MIN_PROBE_ENDSTOP_INVERTING FALSE // Set to true to invert the logic of the probe.

change to

#define Z_MIN_PROBE_ENDSTOP_INVERTING TRUE // Set to true to invert the logic of the probe.

4 Likes