RickMcConney / PenPlotter

Polar graph controler that uses repetier firmware. Inspired by work at http://www.polargraph.co.uk
GNU General Public License v2.0
120 stars 26 forks source link

Export Options #20

Open TomSoto opened 6 years ago

TomSoto commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

kongorillaSJK commented 6 years ago

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 commented 6 years ago

many thanks ! that looks good indeed !!