OpenSCAD curvy vase generator

OpenSCAD curvy vase generator

thingiverse

This thing is intended for OpenSCAD users who want to design smoothly curved vases without waiting for long rendering times. It includes the OpenSCAD code, the STL file for the default design, and the OpenSCAD customizer file (wave_vase.json) that includes the five other example vase designs shown in these pics. The OpenSCAD code generates a curved 2D shape, then uses rotate_extrude() to make it 3D. The result is like a linear_extrude() on a polygon with $fn sides, except that instead of extruding along a straight line, it extrudes along a sine wave. One advantage this code has over linear_extrude() is that the walls are the same thickness throughout. When you use the scale parameter with linear_extrude(), wall thickness varies with height. The other advantage of this approach is that it renders much faster. This program has ten parameters that you can alter to change the shape of the vase. The parameters are: <b>height</b> = height of the vase <b>radius</b> = nominal radius of the vase (actual radius at any point depends on other parameters) <b>wall_thickness</b> = thickness of the sides of the vase <b>base_thickness</b> = thickness of the base (may be 0) <b>scale </b>= how much to scale the radius by height, e.g., if the scale is 2, the top will be twice as wide as the bottom <b>waves</b> = how many sine waves to use to generate the vase's profile (may be 0) <b>wave_amplitude</b> = the width that the sine wave adds or subtracts from the radius <b>wave_start_angle</b> = the start point of the sine wave <b>slices </b>= vertical resolution, setting slices=height works well for most curved designs, <b>$fn</b> = horizontal resolution, low numbers will make vases with flat sides, 180 will make a smooth circumference

Download Model from thingiverse

With this file you will be able to print OpenSCAD curvy vase generator with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on OpenSCAD curvy vase generator.