2014-11-04 13:52 GMT+02:00 Dr. Nikolaus Klepp <dr.kl...@gmx.at>:
> Hi all!
>
> Is it normal that a G1 followed by a G2/G3 slows the feed speed to an almost 
> halt at the transition point, but executing G2/G3 follwed by G1 works without 
> speed loss? Is there a way to work around this problem? The same problem 
> occures on G2/G3 G2/G3 transition.
>

It depends on G61/G61.1/G64 (P xx) commands - check out their meaning here:
http://linuxcnc.org/docs/html/gcode/gcode.html#sec:G61-G61_1

You might want to try G64 with small blending tolerance, like 0,05 mm.
That would look like G64 P0.05 in the beginning of your g-code file.

It also depends, if any of those G1 are tangents to G2/G3 (also of
both G2/G3 are tangents).

Viesturs

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to