@tom33 said in mesh bed compensation:
@fcwilt Yes, I have just a system to up and down the second tool head
As you understand the firmware needs to know the locations (X, Y, Z) of the Z probe and the tools, relative to one another.
With a single tool system the tool XYZ offsets are the reference (all zero) and the Z probe offsets/trigger height are set as appropriate.
Typically with a multi-tool system the Z probe is the reference (offsets/trigger height all zero) and the tool XYZ offsets are set as appropriate.
Your are combining both approaches - which will work - it is just unusual.
Where did you get the code in BED.G - there is much there that I don't understand.
When configuring your tools you have G10 L2 P1 X37.60 Y20.00 Z0. Why the L2?
Thanks.
But back to your original problem. Have you updated start.g to include a G30 before the G29 S1? Recall that the G30 used to set the Z=0 Datum should always be at the same XY machine position.
Frederick