summaryrefslogtreecommitdiff
path: root/Haus.scad
blob: 687ea09197d3e82abcc4968d5620099ec511792c (plain)
1
2
3
4
5
6
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);
translate([ 0, 3, 0 ])
cube([ 5, 5, 30   ]) ;