Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upExport Options #20
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
|
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
TomSoto
commented
Jun 8, 2018
|
Hi, thanks a lot for the tips ! I ll have a look on the internet. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
kongorillaSJK
commented
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
TomSoto
commented
Jun 9, 2018
|
many thanks ! that looks good indeed !! |
TomSoto commentedJun 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