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

question: does svg2gcode support creating G02/G03 commands? #42

Closed
monperrus opened this issue Nov 17, 2023 · 5 comments
Closed

question: does svg2gcode support creating G02/G03 commands? #42

monperrus opened this issue Nov 17, 2023 · 5 comments

Comments

@monperrus
Copy link

quick question: does svg2gcode support creating G02/G03 commands for efficient curves?

thanks!

@sameer
Copy link
Owner

sameer commented Nov 17, 2023

Hi, yes it does. It is still marked as experimental though since there's some room for improvement.

@monperrus
Copy link
Author

ack thanks!

@monperrus
Copy link
Author

I'm testing my SVG with curves but only get G01.
what's the flag to get G02/G03 output?

thanks!

@sameer
Copy link
Owner

sameer commented Nov 20, 2023

Hey, it should be --circular-interpolation true

@monperrus
Copy link
Author

Thanks a lot, documented at #44

I confirm that we get G02 commands with this benchmark file. FTR, there are still lots of G01 remaining (2k+).

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

2 participants