Love Mach3 ! Have starting using it with Cut2D and have narrowed down a problem with my first project.
The gcode is supposed to cut a rounded corner, a line and another rounded corner. However the first rounded corner is flipped so instead of an arc which follows a clock face from 9 o'clock to 6 o'clock, it cuts a huge arc (roughly equivalent to 2 o'clock to 3 o'clock anticlockwise).
Here's the code which is clipped from the Cut2D generated output. Line N110 is the problem. I have tried in both the stable release of Mach3 3.043.022 and most recent 3.043.046. It appears to work ok in CutViewer.
Any help appreciated!
( Profile 1 )
( Mach2/3 Postprocessor )
N20G00G20G17G20G90G40G49G80
N30G70
N40T1M06
N50G00G43Z0.5000H1
N60S12000M03
N70G94
N80X0.0000Y0.0000F100.0
N90G00X2.0789Y1.3242Z0.2362
N100G01Z-0.1250F30.0
N110G3X2.2039Y1.1992I0.1250J0.0000F100.0
N120G01X6.8340
N130G3X6.9590Y1.3242I0.0000J0.1250
N670M09
N680M30
%