l0b0 / paths2openscad

No longer maintained SVG paths to OpenSCAD converter
GNU General Public License v2.0
71 stars 46 forks source link

Added top-level module that calls path modules #6

Closed noisygecko closed 10 years ago

noisygecko commented 10 years ago

I have added top-level module that calls all the sub-modules and is named based on the file name. This makes it easier to import the entire set of paths into another OpenSCAD model. I find that I usually want to import into another model and it was tedious to keep editing the OpenSCAD file generated by paths2openscad when something was updated in Inkscape. To include in another OpenSCAD file, the following assumes that a filename of "cool_design5.scad" is used:

use <cool_design5>;

cool_design5(5);