October 8, 2023
Description
Originally two lines of openscad I added customizer variables, so you can make whatever size you want. Print in spiral vase mode with no bottom layers.
Here is the reason I like openscad here is all of the code need to make this model:
cylinder(d1=100, d2=10, h=100);
translate([0,0,100]) cylinder(d=10, h=20);Uses less the 4 meters of filament.
License:
Creative Commons — Public Domain
9