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?

But that doesn't match my vision of the logic.  And I'm running out of 
good weather to replace fencing, and I'm about to go hit the local 
Harbor Freight store for a post hole auger with a 6" auger to see it it 
has enough mojo to cut thru old buried tree roots, which is my current 
showstopper as my 8" auger is snagging and throwing me all over the 
yard. Thats a bit hard on my as of yesterday 87 year old carcass.

Thamk you Andy

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