- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After an update in Feb, my fusion is outputting NC code littered with F0. Below I have the beginning of a program where the difference can be seen.
BEFORE UPDATE
M5
T9
S24000 M3
G54
G0 X4.275 Y-1.625
Z0.35
Z0.3
G1 Z0.085 F50.
G18 G3 X4.15 Z-0.04 I-0.125 K0. F100.
G1 X4.
X0.
X-0.15
G3 X-0.275 Z0.085 I0. K0.125
G0 Z0.3
AFTER UPDATE
M5
T9
S24000 M3
G54
G0 X4.275 Y-1.625
G1 Z0.35 F0.
Z0.3
Z0.085 F50.
G18 G3 X4.15 Z-0.04 I-0.125 K0. F100.
G1 X4.
X0.
X-0.15
G3 X-0.275 Z0.085 I0. K0.125
G1 Z0.3 F0.
As you can see in the new pgm, all rapids after the first one look to be replaced by G1 (xyz) F0.
Both programs are using the exact same setup, geometry, toolpaths, and post processor. The only difference is that one file was created before Feb, and the latter I just created today. Also note, I can go to the old file, post that program again, and it comes out fine. The problem only exists in new files.
Is anyone else experiencing this issue, or have a good solution? Right now I am just posting and then replacing all F0. with F500. Not a huge issue, but annoying nonetheless.
Thanks
Solved! Go to Solution.