Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g-code file with circles #9

Open
kimstik opened this issue Jun 29, 2022 · 0 comments
Open

g-code file with circles #9

kimstik opened this issue Jun 29, 2022 · 0 comments

Comments

@kimstik
Copy link

kimstik commented Jun 29, 2022

FlatCAM 8.994
g-code import is not so robust.
6 circles expected to be shown. only 3 of them accepted as correct.

G21 G90 G17
G0 X0 Y10 Z0
G2 X0 Y10 I0 J-10	(ok)
G2 X0     I0 J-10	(ok)
G2 Y10    I0 J-10	(ok)
G2        I0 J-10	(not ok)
G2 X0 Y10    J-10	(not ok)
G2           J-10	(not ok)
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

No branches or pull requests

1 participant