Skip to content

Duplicate arugments when a newline preceeds arguments without an explicit command #55

@jmbeck15

Description

@jmbeck15

Consider the following g-code:

G01 X1.0 Y2.0
X3.0 Y4.0

This results in a single G01 command with 4 arguments (X1.0 Y2.0 X3.0 Y4.0) rather than two complete commands.

If the second line has a comment at the end, the file parses properly because comments consider the newline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions