On 24 September 2015 at 12:44, Dave Caroline
<dave.thearchiv...@gmail.com> wrote:
> Actually this problem touches the independent axes problem that I
> foresee in my sliding head lathe where an axis that will be cutting
> later needs to start part way though another's coordinated move in
> order to save time.

I think this needs you to split moves. Maybe it is something that a
preprocessor could do.

If you are doing an X-move from 0 to 50 and want to start U when X is
at 25 then

G1 X50

becomes

G1 X25
G1 X50 U50

I think that that means that the X has to stop, though, or the moves
are not coordinated. (even though you don't necessarily care)

-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to