Thermoplast Resist

From RepRap
Revision as of 15:26, 15 June 2013 by Rhiath (talk | contribs) (Created page with '== Eagle 6 == Using [http://www.cadsoftusa.com/download-eagle/freeware/ Eagle version 6] you can design PCB boards and export them into a SVG using an ULP using [https://github.c…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Eagle 6

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".

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