summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Haus.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/Haus.scad b/Haus.scad
index a26ebbb..687ea09 100644
--- a/Haus.scad
+++ b/Haus.scad
@@ -2,5 +2,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);
-translate([ -3, 3, 0 ])
+translate([ 0, 3, 0 ])
cube([ 5, 5, 30 ]) ; \ No newline at end of file