Hello Guest it is April 24, 2024, 09:56:48 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ryanosman

Pages: 1
1
This code creates one fluid movement:
G01 x1
G01 x2
G01 x3
G01 x4
Great.

This code creates 4 acceled/decelled movements with no pauses:
G00 x1
G00 x2
G00 x3
G00 x4
Well, one could manifest a reason for why you wouldn't want constant velocity with G00 commands, I would disagree, but I can live with it.

But THIS code creates 4 accelled decelled movements with a PAUSE between each segment:
G00 x1
G01 x2
G00 x3
G01 x4
Don't understand it, and it's majorly slowing down my file, because my cam package sometimes draws an object as many lines, tangent end to end, so it goes to safe Z between each one.

Hopefully I'm just doing something wrong, but I've looked everywhere twice. I would prefer it if each of the above 3 samples created one fluid movement.

Thanks for any help you can offer.

-Ryan.

Pages: 1