Star ball or practical use

//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