-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
the file opens in Illustrator but when printed to a laser cutter print driver the vectors are unrecognizable #996
Comments
Hello, I think you need to give more details on what means "unrecognizable"? what is the inkscape file content vs the svgedit file content ? etc... |
Still hitting this wall and not sure what is causing the SVG from SVGEdit to not work with this laser cutter driver. |
It seems to be something in the file layout. What I have the students do is create their laser cut design in SVGEdit then import into Inkscape, change/validate the DPI is 72 for Illustrator and change the line widths to .1 mm and use SaveAs to add "Fixed" to the file name then open it in Illustrator. This is hit or miss for some reason. I went back to Inkscape but this time created a new drawing within Inkscape, created the designs, saved as Inkscape SVG file(same as before), and this time Illustrator and the laser cutter driver accepted the design as intended, ie a cut not an engrave. So it seems like something within the SVGEdit file XML is causing problems for the laser cutter driver. We will be replacing the laser cutter machine with one I have admin control over and I'll be updating the laser cutter driver and I will then retest to see if the same thing happens. |
I can open the SVGedit file in Inkscape, set the stroke color and line width since they appear unset to Inkscape, and after saving from Inkscape the process of opening in Illustrator and printing to the laser cutter print driver works ok.
I'm talking about a simple design of a circle with a triangle inside it, stroke color of 255,0,0 and stroke width of 0.1mm.
I tried swapping the XML header line and the <svg ....... > data but that didn't change anything.
The text was updated successfully, but these errors were encountered: