chiark / gitweb /
fire-blanket-wall-mushroom: fix orentation etc.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Sep 2015 13:43:49 +0000 (14:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Sep 2015 13:43:49 +0000 (14:43 +0100)
fire-blanket-wall-mushroom.scad

index 69aa8e7e8822ecca8d13a33348d7c9df9e2fb8c5..e2284251cc4a01f3ef23a7f1e68158ca9b85716b 100644 (file)
@@ -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();