On Tuesday 28 August 2018 15:07:25 andy pugh wrote:

> On Tue, 28 Aug 2018 at 20:05, andy pugh <bodge...@gmail.com> wrote:
> > http://linuxcnc.org/docs/devel/html/man/man9/offset.9.html
> >
> > offset now has two update functions.
>
> (And it looks like it always did)

Something else I ran into today. lincurve doesn't accept a name in the 
loadrt line, only a count, which means I had to comment out a call to 
the automatic gear change file because it also uses a lincurve, and 
linuxcnc will not allow 2 loadrt's for the same module. I can work 
around it, but that removes the isolation between the files.

So can that be fixed, either by specing a count=-1, meaning the 2nd load, 
in a different file, will then be lincurve.1.etc? The present exit if it 
finds another loadrt for the same module name, seems like a bug to me. 
Use the - sign in front of the desired module # so it doesn't try to 
invoke 2 separate lincurve.0's?  Even the first one if count=-0 to make 
lincurve.0 would work with the - sign scheme.

Thanks Andy.

-- 
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)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to