Where to set touchplate thickness in Marlin firmware?

I can’t get my probing offset working. I’ve tried a few varfious tidbits in this thread. When it touches the plate, my Z is 0.5. Using M851 has no effect. I’ve tried with and without USE_PROBE_FOR_Z_HOMING commented out.

Also, can’t get any result from
#define Z_PROBE_END_SCRIPT "G92 Z14.25\nG0 Z18 F6000\n"

No movement ever happens.

Okay, it’s the TFT and the firmware.

G28 Z respects/uses the offset properly.

“Home Z” on the TFT does not seem to work properly. :frowning:

AHA!

The TFT firmware stores touchplateThickness in a parameter which can’t be edited. It is set to 0.5. So the issue lies in the TFT firmware.

Back to manually setting Z :slight_smile:

1 Like