Radius = 0.5; Hoehe = 1.3; Bohrung = 0.25; difference() { cylinder(h = Hoehe, r = Radius, center = true, $fn = 100); rotate([0,90,0])cylinder(h = 4*Radius, r = Bohrung, center = true, $fn = 100); }