On Tue, 5 Oct 2021 at 10:03, Gene Heskett <ghesk...@shentel.net> wrote:

>     if "xyzabcuvw".index(vars.current_axis.get())!=0:
> AttributeError: 'Variables' object has no attribute 'current_axis'

Looking at the current code, try

if "XYZABCUVW".index(axis_letter) != 0:

> 44 net axis:0:kb jogaxisget.0.Xin0 axis.0.kb-jog-active <- can't find

Needs to be axis.x.kb-jog-active
http://linuxcnc.org/docs/2.8/html/man/man9/motion.9.html




--
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to