On Tue, Feb 12, 2019 at 09:38:10PM -0500, Ken Strauss wrote:
> 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)


I added M2 at the end of your program to make it run without error,
but made no other changes, and it gives the expected result in the
sim/axis configuration of LinuxCNC 2.7.14, see image.

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

Reply via email to