OpenSCAD Tutorial: Lathe with Inkscape
Learn how to draw 2D shapes in Inkscape and instantly see them lathed into 3D shapes in OpenSCAD that can be 3D printed. Here's the entire OpenSCAD script: rotate_extrude($fn = 64) import("drawing.svg") Remember to save your Inkscape drawing in the same directory as you have your OpenSCAD project saved.
Learn how to draw 2D shapes in Inkscape and instantly see them lathed into 3D shapes in OpenSCAD that can be 3D printed. Here's the entire OpenSCAD script: rotate_extrude($fn = 64) import("drawing.svg") Remember to save your Inkscape drawing in the same directory as you have your OpenSCAD project saved.