Message 1 of 1
Reduce Gcode size : witch parameter ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I program a screw feeder on 4axis VMC with pocket wrap,
I'm on old mazak and I use fusion for sub program because I use mazatrol
so my postprocessor is probably basic
in Fusion gcode is 26ko
when I postprocess, my program is 252Ko with lot of points
I don't understand why fusion do that,
it's only (for exemple)
G1 X.. A0 to X.. A180
but fusion create X..A0 then X..A0,1 then X..A0.2 .. => 13000 lignes
I think 200lines will be enouth (like fusion says 26ko)
I try to changes tolerance and smoothing but nothing change,
maybe a parameter in my postprocessor ?
thank you in advance