summaryrefslogtreecommitdiff
path: root/Haus.scad
blob: bb9102d141502d39356a7c1a98a096d746dfa227 (plain)
1
2
3
4
5
translate([ 0, 0, 20 ])
cylinder(h=15, r1=10, r2=0, center=true);
translate([ 0, 0, 5 ])
cylinder(h=15, r1=10, r2=10, center=true);
cube([ 5, 5, 30   ]) ;