Hi all,
I've built a CNC mill and I'm just looking at software now. I am using EMC2 on Linux to run the mill, and I'm evaluating CAM Expert for generating the GCode after drawing a test plan in QCad demo.
Unfortunately EMC barfs on my GCode - I get the "radius to end of arc differs from radius to start" error. After some research it appears to be due to rounding errors when using I and J with a G02/G03 code. This seems to be confirmed as the error tells me r1=3.0000 r2=3.0008 for a 3mm radius arc.
Is there a way to turn up the precision in CAM Expert, or use R instead of I and J in the GCode? I added a decimal place to the precision in drawing preferences, but it generated the same gcode.
Cheers,
KEv.