Thermoplast Resist

From RepRap
Revision as of 15:29, 15 June 2013 by Rhiath (talk | contribs) (Eagle 6)
Jump to: navigation, search

Eagle 6 -> SVG -> OpenSCAD

Using Eagle version 6 you can design PCB boards and export them into a SVG using an ULP using eagle2svg-1.1.ulp (Author: nils.springob (at) nicai-systems.de). Then take the generated SVG file and run it through the SVGProcessor2 to generate OpenSCAD code.

So far, SVGProcessor2 is only intended to support Eagle6 generated SVG output and not arbitrary SVG files. There are some issues with curves (e.g. character S won't be in the generated result). It it not yet available precomplied, so run the Maven project in your favourite IDE. The main class to execute is "Appv2". Filename need to be entered directly into the main class at the moment.

No actual printing tests have been performed from the output, the SVGProcessor2 is work in progress.