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

using silhouette #2

Open
mrbluematrix opened this issue Dec 19, 2016 · 3 comments
Open

using silhouette #2

mrbluematrix opened this issue Dec 19, 2016 · 3 comments

Comments

@mrbluematrix
Copy link

Hi, Thx alot for your work, I try to use your python script with my shilouette portrait, please let me know the command to cut a svg file. thx alot.

@boeckhoff
Copy link

There is no opensource software to convert SVG to GPGL (the format that silhouette uses) so far. Its also quite complex because SVG supports lots of different features which would all have to be translated.

@Jachimo
Copy link

Jachimo commented Jan 9, 2018

So this is probably not a path suitable for actual usage, but as possibilities for piecing together some software that could be reused to make this happen...

https://github.com/pmonta/gerber2graphtec takes Gerber files and converts them to Graphtec, which is apparently the underlying "GCode"-esque format used by Silhouette cutters

There are some tools available that let you go from SVGs to Gerber; mostly these are designed for people doing circuit board work, but they exist.

Maybe the libraries could be chained together in some way to remove the intermediate step of the Gerbers, and go direct from SVG to Graphtec. Anyway, just wanted to bring everyone's attention to the Gerber2Graphtec project in particular, since I think reverse-engineering the Graphtec format seems to be a solved problem at least.

@boeckhoff
Copy link

@Jachimo actually, the team I worked with decided to build a solution exactly for this, its opensource now that the project has ended and can be found here:

https://github.com/LinePod/SvgConverter

Have fun!

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

3 participants