Thingiverse
small vase
by whyej
5
Downloads
2
Likes
0
Makes
vase();
cylinder(h=5, r=28);
module vase(){
for(r=[0:(360/12):360]){
rotate([0,0,r])
translate([0,0,0])
scale([1.4,1.2,1.2]){
linear_extrude(height=150,twist=720)
translate([10,10,0])
circle(5);
linear_extrude(height=150,twist=-720)
translate([-10,10,0])
circle(5);
}}}
cylinder(h=5, r=28);
module vase(){
for(r=[0:(360/12):360]){
rotate([0,0,r])
translate([0,0,0])
scale([1.4,1.2,1.2]){
linear_extrude(height=150,twist=720)
translate([10,10,0])
circle(5);
linear_extrude(height=150,twist=-720)
translate([-10,10,0])
circle(5);
}}}
Sign in to leave a comment
Sign in