Hi,
I'm moving to UCCNC from Mach3 (while also making a bunch of other changes in my tool chain) and I'm having trouble with a piece of GCode.
I'm running UCCNC 1.2031 (for the 2017 screenset) as well as 1.2029 with the default screen, and a UC400ETH connected to a G540.
I'm getting hung up on this:
G0 X27. Y11.8625
G43 Z0.6 H1
Z0.2
G1 Z-0.125 F23.3
G3 X26.9375 Y11.8 R0.0625 F70.
X27. Y11.7375 R0.0625
X27.0625 Y11.8 R0.0625
X27. Y11.8625 R0.0625
G1 Y11.815 Z-0.1202
G0 Z0.2
UCCNC is giving me an "invalid arc" popup message and stopping the program run. The file has a bunch of these arcs defined by G3 Xnnnn Ynnnn Rnnnn, and I am seeing a ton of similar error messages in the pane under "Run from here" when I load the file.
As best I can tell, it's valid GCode which runs well in a software simulator. I've successfully run programs with arcs of the IJK variety just fine on this machine under UCCNC. Is "R" format not OK? Any thoughts?
Thanks,
Rich