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

gcode #19

Open
kevin227227 opened this issue May 26, 2021 · 3 comments
Open

gcode #19

kevin227227 opened this issue May 26, 2021 · 3 comments

Comments

@kevin227227
Copy link

Hi, the Gcode generator used here, does it exist separately? I would like to be able to use it for svg created outside of d2s.

@Ohmarinus
Copy link

Hi, the Gcode generator used here, does it exist separately? I would like to be able to use it for svg created outside of d2s.

With a bit of coding experience, you should be able to use it for your other projects. It's quite a modular script. I even managed to have it inject sophisticated gcode for automatic pen changing on my DIY plotter. If even I can do it without much coding experience, you should be able to do it as well. I can't help you though, but if you search through the files it's pretty self explanatory.

In the end I abandoned my own solution for generating gcode straight from inkscape, which was more flexible for me. I think that's the better solution after all.

@kevin227227
Copy link
Author

thank you very much for your answer, I used to use the inkscape gcode generator but lately I am working very heavy svg so inkscpae takes too long, and this generator that has d2s seemed to me quite fast and optimized so I am looking to use it for other projects, thanks for your answer, I do not know much about programming but I will investigate to achieve what you mentioned to me.

@Ohmarinus
Copy link

thank you very much for your answer, I used to use the inkscape gcode generator but lately I am working very heavy svg so inkscpae takes too long, and this generator that has d2s seemed to me quite fast and optimized so I am looking to use it for other projects, thanks for your answer, I do not know much about programming but I will investigate to achieve what you mentioned to me.

When working with heavy files I suggest taking a look at Vpype: https://github.com/abey79/vpype/
It does everything you need, but it's a command line program and you need basic programming knowledge.

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