I haven't implemented arc blending with more than 3 axes yet. However, the last big refactor will make it easier to do that in the future. The big obstacle is that it requires changing how the trajectory planner treats velocity and arc length internally. Right now, the path progress and velocity only consider XYZ motion, and the other axes follow proportionally. To get arc blending to work with other axes, the planner needs to consider all 9 axes when calculating path progress and velocity. It's not as scary as it sounds, since most of the math is the same. However, it means a lot of small changes in the TP.
Unfortunately, my schedule is filling fast as I wrap up grad school, so it will be at least two months before I can tackle big changes like this. Still, when I do get the time, it'll be nice to implement. Rob On Mar 21, 2014 2:56 PM, "John Thornton" <bjt...@gmail.com> wrote: > I have a friend that is very interested in the new trajectory planner > with an X, Z, A machine. Is there any development on the A axis? > > Thanks > JT > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Emc-developers mailing list > Emc-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-developers > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers