G43 appears to only apply the Z-offset from the tool table. For example,
running the program below displays the Z values as expected but the X values
are identical. Would having LinuxCNC also apply the X offset cause problems?

g10 L1 P1 Z0 X0 R.25
t1 m6
g43 h1
(debug,#<_X> x with X offset=0)
(debug,#<_Z> z with Z offset=0)
(update tool table Z and X offset)
g10 L1 P1 Z2 X2
g43 h1
(debug,#<_X> x with X offset=2)
(debug,#<_Z> z with Z offset=2)




_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to