Skip to content

Parse codes such as G00 X00Y00 (no space between axes)#6

Open
PtD wants to merge 1 commit intoatom-bomb:masterfrom
PtD:master
Open

Parse codes such as G00 X00Y00 (no space between axes)#6
PtD wants to merge 1 commit intoatom-bomb:masterfrom
PtD:master

Conversation

@PtD
Copy link

@PtD PtD commented Apr 17, 2020

The G-code parser fails to detect additional axes if there's no space between them. For example,
G00 X0.123Y0.456
will only consider the X coordinate and will ignore the Y coordinate (the error remains hidden by atof specifics).

With this change, it will also cover cases like the one above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant