<_name>Paths to OpenSCAD fablabchemnitz.de.paths2openscad org.inkscape.output.svg.inkscape {NAME}.scad <_param name="fname_help" type="description">Use '{NAME}.scad' here to use the name from svg. 5.0 <_param name="zsize_help" type="description">Default 3D extrude depth (when no zsize is parsed from an svg object). true <_param name="parsedesc_help" type="description">Read the extruded zsize, zoffset, scale per svg object from its description or ID. See the Extrusion Syntax tab for details. <_param name="spacer" type="description"> false <_param name="scadview_help" type="description">Start OpenSCAD to view the 3D-model. <_param name="spacer" type="description"> false <_param name="scad2stl_help" type="description">Also save an .stl file next to the specified output file. <_param name="spacer" type="description"> false <_param name="stlpost_help" type="description">Start e.g. a slicer after converting to STL. See the Commands tab for details. false <_param name="spacer" type="description"> 0.2 <_param name="smoothness_help" type="description">Used when rendering curves. Smaller values are smoother. Range: 0.0001 to 5 0 <_param name="outline_header" type="description" appearance="header">Outline Mode <_param name="outline_help" type="description">Objects are extruded into 3D either in normal mode, or in outline mode. Normally filled areas are extruded, ignoring the line width. Objects with no fill are rendered in outline mode. Note: the 'Scale: XX %' instruction has no effect in outline mode. 1.0 100.0 False <_param name="spacer" type="description"> <_param name="commands_help" type="description">Placeholders: You can use '{NAME}.scad' for the OpenSCAD file to read as specified as 'Output file' in the main tab. You can use '{NAME}.stl' for an STL file to write. <_param name="commands_help_warn" type="description"> Beware, Windows and Mac users: The shipped defaults are for Linux. <_param name="commands_help_mac" type="description"> Mac: /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD <_param name="spacer" type="description"> openscad '{NAME}.scad' <_param name="scadviewcmd_help" type="description">Is only started, if no command of the same name is running. Always started non-blocking. A running OpenSCAD automatically picks up changed file contents. Defaults: <_param name="scadviewcmd_default_linux" type="description">Linux: openscad '{NAME}.scad' <_param name="spacer" type="description"> openscad '{NAME}.scad' -o '{NAME}.stl' <_param name="stlpostcmd_help" type="description">Automatically run, when STL postprocessing is requested. <_param name="spacer" type="description"> cura '{NAME}.stl' & <_param name="stlpostcmd_help" type="description">Append an '&' for non-blocking. <_param name="spacer" type="description"> <_param name="extrusion_1" type="description" xml:space="preserve">The depth (Z-Axis) and other parameters can be defined through an svg object's description. The menu 'Object->Object Properties ...' (Shift-Ctrl-O) shows details of one selected object. If an object's ID is in either name_XXX_mm or name_XXXmm format, then XXX is translated into zsize in millimeters. Use . or _ as separator for a decimal number. Note that all whitespace or comma are saved as '_' in ID. <_param name="extrusion_2" type="description" appearance="header">Syntax for the object property description <_param name="extrusion_3" type="description" xml:space="preserve">Depth: 10 mm Linear extrusion length (or Z-Size)) of the object. Antimatter: true Object is part of the difference set, which is cut away from all other objects. Offset: 4.5 mm Move an object upwards to create a balcony (or window). Taper: 90 % or Taper: 120,60 % Scale the object along its Z-axis. The bottom surface always is as drawn, but the top surface is scaled to this value. If two values are given (separated by Komma), different scaling applies along X- and Y-axis. Parameters in the objects take precedence over groups. <_param name="aboutpage" type="description" xml:space="preserve"> This extension converts Inkscape paths to extruded polygons in OpenSCAD. Before using, some objects must firat be converted to paths with the "Path > Object to Path" menu item. Inkscape's units of pixels are converted to millimeters using the SVG standard's definition of 96 px = 1 inch = 25.4 mm. (Before inkscape 0.92 the standard was 90 px per inch, Adobe products often use 75 px per inch) v0.25 Dan Newman (dan newman @ mtbaldy us) Josef Skladanka (jskladan @ redhat com) Juergen Weigert (juergen @ fabmail org) Find updates at https://github.com/fablabnbg/inkscape-paths2openscad/releases all