Flower with holes – 3D printable model from Thingiverse Thingiverse

Flower with holes

0 Downloads
0 Likes
0 Makes
Download Model
I created a flower with holes using openSCAD. Here is the code below:

//globals
fl_radius= 15;
fl_height = 13;

module flowerObject()
{
difference()
{
union()
{
cylinder(h=fl_height, r = fl_radius, center = true, twist = 10, slices=4);

for(r=[0:5])
{
rotate([0,0,r*360/5]) translate ([fl_radius, 0, 0]) cylinder (h=fl_height, r= fl_radius, center=true);
}
}
Source
Thingiverse
Comments
0
Makes
0

Makes

Rating

Noch keine Ratingen

Comments

No comments yet – be the first!
All Thingiverse Models More by steph97scotto

Add to Collection