summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-10-15 10:59:17 +0200
committerErich Eckner <git@eckner.net>2023-10-15 10:59:17 +0200
commit19a599825f014a7223a59645b7d94fda1d11d011 (patch)
treed0952d61f52cc3348f331872cc1c6c0f7fe351da
parent7f7286a2a794b02618d3426d054731fcb04a484c (diff)
downloadHaus-19a599825f014a7223a59645b7d94fda1d11d011.tar.xz
auto-save
-rw-r--r--Haus.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/Haus.scad b/Haus.scad
index e73cdbb..bb9102d 100644
--- a/Haus.scad
+++ b/Haus.scad
@@ -2,4 +2,4 @@ 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([ 10, 10, 30 ]) ; \ No newline at end of file
+cube([ 5, 5, 30 ]) ; \ No newline at end of file