<_name>Paths to OpenSCAD command.extrude.openscad org.inkscape.output.svg.inkscape paths2openscad.py inkex.py simpletransform.py cubicsuperpath.py cspsubdiv.py bezmisc.py <_param name="header" type="description" xml:space="preserve"> The smoothing parameter describes how smoothly to render curves. Use smaller values for smoother curves. ~/inkscape.scad 0.02 <_param name="aboutpage" type="description" xml:space="preserve"> This extension converts Inkscape paths to extruded polygons in OpenSCAD. Before using, first convert objects to paths with the "Path > Object to Path" menu item. Note that the paths must be polygonal. Non-polygonal paths will not render well in OpenSCAD. Thus, while you can convert text to a path, letters with closed loops will not appear as you expect in OpenSCAD (e.g., the letter "o"). Inkscape's units of pixels are converted to millimeters using the SVG Standard's definition of 90 pixels = 1 inch. v0.9 Dan Newman (dan newman @ mtbaldy us) all