Hi
I would like to maintain a tool table in the CAM program instead of KMotionCNC in order for the CAM to generate the GCode with the correct tool length offsets.
As far as I can see, G43 H... uses the tool length offset in the local KMotionCNC tool table. I see LinuxCNC uses a command G43.1 X_ Y_ Z_ which allows dynamic tool length offsets in the G code. But the G43.1 command is not supported by KMotionCNC.
I there another way to implement the functionality of G43.1? I would like to set the tool length offset in the G-code instead of reading it from the tool table.
Regards