- translate ([Kante/4, Kante/4, Hoehe]) cylinder(Randhoehe/2,2,1);
- translate ([Kante/4*2, Kante/4*2, Hoehe]) cylinder(Randhoehe/2,2,1);
- translate ([Kante/4*3, Kante/4*3, Hoehe]) cylinder(Randhoehe/2,2,1);
+ translate ([Kante/4, Kante/4, Hoehe-Randhoehe]) cylinder(Randhoehe/2,2,1, center=false);
+ translate ([Kante/4*2, Kante/4*2, Hoehe-Randhoehe]) cylinder(Randhoehe/2,2,1, center=false);
+ translate ([Kante/4*3, Kante/4*3, Hoehe-Randhoehe]) cylinder(Randhoehe/2,2,1, center=false);