Different firmwares need different gcode optimizations to get best performance (or even just working code). Where should we place these optimizations?
It doesn't make sense to implement it into every gcode-generator in the cam. I also think that the cams should produce clean human readable gcode (not optimized).
The optimizer could be a class or lib that is only used before sending a job to the machine. For saving gcode, the user should have the option to select clean or optimized gcode.
At the moment, I have some gcode optimizations in lw.comm-server, which probably is the wrong place.
Different firmwares need different gcode optimizations to get best performance (or even just working code). Where should we place these optimizations?
It doesn't make sense to implement it into every gcode-generator in the cam. I also think that the cams should produce clean human readable gcode (not optimized).
The optimizer could be a class or lib that is only used before sending a job to the machine. For saving gcode, the user should have the option to select clean or optimized gcode.
At the moment, I have some gcode optimizations in lw.comm-server, which probably is the wrong place.