Thingiverse
Star ball or practical use
by Windpower
7
Downloads
9
Likes
0
Makes
//the openscad code thin 1mm spacing 20deg wide 5cm
rotate([0,90,0]){ //nice printing side
for (i = [0:20:160]) {
rotate([i,0,0])
translate([0,0,-0.5])
cylinder(1,25,25,center,$fn =70);
}//loop
}//rotate
rotate([0,90,0]){ //nice printing side
for (i = [0:20:160]) {
rotate([i,0,0])
translate([0,0,-0.5])
cylinder(1,25,25,center,$fn =70);
}//loop
}//rotate
Sign in to leave a comment
Sign in