CAM G-code issue with Mach3 post processor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
I created a simple part in Fusion360 for testing G-Code generation. CAD, CAM and also generation of G code with the mach3mill post processor works like a charm.
But I figured out, that some instructions cause problems during machining. I have attached my simple test design and corresponding G code.
Within this file, instruction "N255" causes problems:
...
N195 G0 Z5.
N200 X11.453 Y-3.278
N205 G1 Z2.5 F200.
N210 Z-5.
N215 G2 X11.233 Y-3.27 I0.047 J4.283 F500.
N220 G3 X10.965 Y-3.261 I-0.267 J-4.275
N225 X10.903 Y-3.488 I0. J-0.122
N230 G2 X11.512 Y-4.097 I-0.903 J-1.512
N235 G3 X11.739 Y-4.035 I0.104 J0.062
N240 X11.73 Y-3.767 I-4.283 J0.
N245 G2 X11.722 Y-3.5 I4.275 J0.267
N250 G3 X11.5 Y-3.278 I-0.222 J0.
N255 G2 X11.453 I0. J4.283
N260 G0 Z5.
...
In Instruction "N255" there is only movement in X-Axis, Y-Axis stays at its position, although it is a circular movement (G2). This caused my machine control justifiably to fail --> "No circular movement possible".
Also Radius at the beginning and at the end of the movemend is slightly different. If I replace "I0." with "I-0.024" it works well. But replacing "G2" with "G1" and ommiting I and J would do a even better job, since it is a linear movement anyways.
Why uses Fusion G2 in such situations and how can I pevent fusion from doing so?
Thanks in advance and best regards,
Alex