Skip to content

Where to place firmware specific gcode optimization? #142

@cprezzi

Description

@cprezzi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions