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

Export Options #20

Open
TomSoto opened this Issue Jun 8, 2018 · 4 comments

Comments

Projects
None yet
3 participants
@TomSoto

TomSoto commented Jun 8, 2018

Hi, I m just testing the awesome code you have created.
Is there any way, to export as any other vector based format like eps, pdf, svg or dxf rather than only gcode ?
Best regard from Germany
Tom

@RickMcConney

This comment has been minimized.

Show comment
Hide comment
@RickMcConney

RickMcConney Jun 8, 2018

Owner

Sorry it only exports gcode. But if you do a google search you can find converters that can convert gcode to dxf. Or if you are handy at coding you could modify the export.pde to support your preferred format.

Owner

RickMcConney commented Jun 8, 2018

Sorry it only exports gcode. But if you do a google search you can find converters that can convert gcode to dxf. Or if you are handy at coding you could modify the export.pde to support your preferred format.

@TomSoto

This comment has been minimized.

Show comment
Hide comment
@TomSoto

TomSoto Jun 8, 2018

Hi, thanks a lot for the tips ! I ll have a look on the internet.
Best,
Tom

TomSoto commented Jun 8, 2018

Hi, thanks a lot for the tips ! I ll have a look on the internet.
Best,
Tom

@kongorillaSJK

This comment has been minimized.

Show comment
Hide comment
@kongorillaSJK

kongorillaSJK Jun 8, 2018

I've used http://scorchworks.com/Gcoderipper/gcoderipper.html for this.

IIRC, every line is a separate segment, rather than connecting coincident points, which isn't optimal or convenient.

I've used http://scorchworks.com/Gcoderipper/gcoderipper.html for this.

IIRC, every line is a separate segment, rather than connecting coincident points, which isn't optimal or convenient.

@TomSoto

This comment has been minimized.

Show comment
Hide comment
@TomSoto

TomSoto Jun 9, 2018

many thanks ! that looks good indeed !!

TomSoto commented Jun 9, 2018

many thanks ! that looks good indeed !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment