Hello everyone,
I am trying to cut thread by series of G2 arcs, but I don't get continuous movement, unless I throw out Z movement.
G90 G54 G21 G17 G80 G43
G91
G64
#200=7
(with Z movement included, it makes short pause after every circle)
G2 I[#200] J0 Z-1.5
G2 I[#200] J0 Z-1.5
G2 I[#200] J0 Z-1.5
(without Z movement it works smooth)
G2 I[#200] J0
G2 I[#200] J0
G2 I[#200] J0
Am I doing something wrong?