Arc cutting in segments, not smooth and continuous

I am machining an arc (64.0625" radius) on the end of an 8" wide plate. When posting the code for our Haas VF-2SS it is cutting it in segments, not a constant G2 radius from left to right.

The finish needless to say shows segmented cuts along the entire length.

Cannot for the life of me figure out why it is cutting a segmented arc and not smooth.

Below is the code from the subprogram for that tool and profile. Work, diameter and lengths offsets are in main not shown below.

Even if I just post only that entity, it still cuts it in segments.

(FIN PROFILE - PROFILE FINISH)
G187 P2
G00 X-0.4611 Y0.171
G01 Z-0.925 F90.
G41 X-0.3993 Y0.0924
G03 X-0.25 Y0.0836 I0.0786 J0.0618
G01 X-0.1567 Y0.1768
G02 X0.0045 Y0.2496 I0.1768 J-0.1768
G01 X0.6698 Y0.2875
X1.3354 Y0.3186
X2.0013 Y0.3427
X2.6674 Y0.36
X3.3337 Y0.3703
X4. Y0.3738
X4.6663 Y0.3703
X5.3326 Y0.36
X5.9987 Y0.3427
X6.6646 Y0.3186
X7.3302 Y0.2875
X7.9955 Y0.2496
G02 X8.1567 Y0.1768 I-0.0155 J-0.2495
G01 X8.25 Y0.0836
Y-5.7836
X8.0836 Y-5.95
X-0.0836
X-0.25 Y-5.7836
Y0.0836
G03 X-0.3618 Y0.1828 I-0.1 J0.
G40 G01 X-0.4611 Y0.171
G00 Z0.1

I could probably help you track it down. I need a bbcd file with your profile and feature. Then zip up your post processor and machsim folder and i’ll take a look

Maybe start with line 550 in your post processor. What’s it set to.

Line 550 is set to “Y”

I just referenced line #319 and it was set to 60. I increased that value to slightly larger than the radius I am cutting and now it cuts it properly!

Thank you for your help!

Line 550 set to y is “break arcs into line segments” YES!

Set that to No and it will cut your arcs as you were looking for.