Mostly "UC100 not found" and program stops running gcode midway through a cycle. Maybe it's time to reload Mach.
Tom S.
That is a UC100 issue. That is why I moved away from the UC100 on my mill and on to a Smooth Stepper. I put the UC100 on my router and have the same issues. That will soon get a smooth stepper board.
Another thought is to change the the D2nc arc center mode to Absolute rather than Incremental.
Because the hole center is 0,0, you might get away with changing the following line
G50 (reset scale 1:1)
G91.1 (IJ relative arcs) change to G91 (IJ absolute arcs)
G20 (inch mode)
Not sure how that would affect things
Can you send me your dfx file? I would like to create a tool path on my program and see how it compares.