On Tuesday 05 October 2021 05:54:55 andy pugh wrote:

> 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:

  File "/home/pi/.axisrc", line 46, in user_live_update
    if "XYZABCUVW".index(axis_letter)!=0:
NameError: name 'axis_letter' is not defined

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

This is a 2.8 code reference, I'm on master. About 4 hours old.
>
My master man page for motion also says:
 axis.L.kb-jog-active OUT BIT
              (free planner axis jogging active (keyboard or halui))
Should I substitute my (x|z) self generated activity pulse for that?
 

>
>
>
> --
> 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


Cheers, Gene Heskett.
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to