From 8388bf5b8e96d02ee271738dddb2149b563b21de Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Sep 2015 14:43:49 +0100 Subject: [PATCH] fire-blanket-wall-mushroom: fix orentation etc. --- fire-blanket-wall-mushroom.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fire-blanket-wall-mushroom.scad b/fire-blanket-wall-mushroom.scad index 69aa8e7..e228425 100644 --- a/fire-blanket-wall-mushroom.scad +++ b/fire-blanket-wall-mushroom.scad @@ -28,10 +28,11 @@ module SidePlan(){ } module Bush(){ - rotate_extrude($fn=50, convexity=3){ + rotate_extrude($fn=25, convexity=3){ SidePlan(); } } //SidePlan(); -Bush(); +rotate([0,180,0]) + Bush(); -- 2.30.2