Originally Posted by 10bulls Gerry as usual is spot on - CutViewer does seem to insist on Incremental arc mode and I haven't found a way to change it. I always use incremental arc centers so did not realise this myself until a few days ago.
In CamBam, click on the Machining folder in the drawing tree and you should see a property called ArcCenterMode which you can change to Incremental.
In Mach3, under general config, there is a matching option called arc centers which you can set to Inc.
I hope this helps. |
Thanks for chiming in.
I'm quite familiar with the absolute vs incremental arcs in CAMBAM. But interestingly I cannot get this engraving task to show in cutviewer with either convention.
In absolute the error displays roughly as R1=73.8 and R2 = 73.27.
In incremental the error displays roughly as R1=0 and R2 = 0.56.
Here are the first few lines of code, can someone else try it and see what they get?
Originally Posted by Incremental G-code from CAMBAM G0 X-73.4983 Y10.1206
G1 F50.0 Z-0.5
G2 F200.0 X-72.9524 Y10.2539 I0.0 J0.0
G3 X-72.6026 Y10.32 I0.0 J0.0
G3 X-72.2796 Y10.4697 I0.0 J0.0
G3 X-72.1721 Y10.9054 I0.0 J0.0
G3 X-72.1082 Y12.2471 I0.0 J0.0
G1 Y13.25 |