On Tue, 17 Nov 2020 at 03:38, David Berndt <[email protected]> wrote: > > Is there any way to See the P or P and Q values of G64? A pin or param > somewhere? Some other method?
I have had a look, and I don't see anything. The python interface has a "get motion mode" but that does not seem to get the tolerance. If you are prepared to recompile, then I think you could edit here to get tp->tolerance or tc->tolerance out to a HAL pin: https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/motion/control.c#L1941 -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
