$fn=100; difference() { cylinder(r=50,h=10); translate([0,0,-1]) { // Loch in der Mitte cylinder(r=2,h=12); // Erste Aussparung translate([25,0,0]) cylinder(r=12,h=12); // Zweite ... rotate([0,0,360/5]) translate([25,0,0]) cylinder(r=12,h=12); // Dritte ... rotate([0,0,360/5*2]) translate([25,0,0]) cylinder(r=12,h=12); // Vierte ... rotate([0,0,360/5*3]) translate([25,0,0]) cylinder(r=12,h=12); // Letzte. rotate([0,0,360/5*4]) translate([25,0,0]) cylinder(r=12,h=12); } }