I use g64 ( it appears in the line with other codes in the line MILL->G15 G3 (...) G64).
i unfortunately must compose my arc from ie 10 arcs because i import PLT file and if there is big arc in the file it is made of straight lines (ie half circle is made from 20 lines) so in order to avoid stopping machine and turning knife in the air, i round corners between these short lines, so that i do not need to stop the machine and the resulting path is smoother.
Part of my file:
g90
g64
G01 X1775.295 Y-15.820
g17 G02 X3.923 Y-0.757 I-5.576 J-39.439 G91 A -5.749
G90
G01 X1782.358 Y-17.348
g17 G02 X3.835 Y-1.122 I-10.880 J-44.309 G91 A -5.020
G90
G01 X1789.157 Y-19.480
g17 G02 X3.716 Y-1.468 I-13.443 J-39.453 G91 A -5.494
G90
G01 X1795.702 Y-22.227
g17 G02 X3.562 Y-1.810 I-17.932 J-39.696 G91 A -5.258
G90
G01 X1801.910 Y-25.538
g17 G02 X3.384 Y-2.126 I-21.989 J-38.757 G91 A -5.140
when i type one big arc, the speed is constant for this arc, it is not a problem when speed differs for a line which is long ( either straight or in arc) but i only can generate little, short arcs and between these arcs speed differs most and couse machine jerking
thanks for your support
