summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Haus.scad3
1 files changed, 2 insertions, 1 deletions
diff --git a/Haus.scad b/Haus.scad
index 7d5ba37..e73cdbb 100644
--- a/Haus.scad
+++ b/Haus.scad
@@ -1,4 +1,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); \ No newline at end of file
+cylinder(h=15, r1=10, r2=10, center=true);
+cube([ 10, 10, 30 ]) ; \ No newline at end of file