-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can't convert SVG properly #4
Comments
Harvie
added a commit
to Harvie/svg2gcode
that referenced
this issue
Jul 13, 2018
But still this does not work for second file. It surely improved: But still there's half of the file missing. Exactly there are 2 incomplete shapes and 5 shapes missing and there are 5 pairs of preamble+postamble in the generated file indicating that svg2gcode is aware of these 5 shapes. But the g-code between pre/postambles is missing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried two SVGs so far and both failed to convert properly and completely.
I even tried to use inkscape to cleanup, simplify and convert SVGs to splines. without any succes.
I attached SVGs here: svg_test.zip
Here is preview of what happend:
SVG:
GCode (fliped and incomplete):
SVG: (incomplete and possibly fliped)
Gcode:
Also note that there's G1 between shapes. There should be G0 between shapes so we don't cut between them.
The text was updated successfully, but these errors were encountered: