chiark / gitweb /
fire-blanket-wall-mushroom: bush
[reprap-play.git] / fire-blanket-wall-mushroom.scad
index 8391818cdc24407d139733310361690cc79a0f5d..69aa8e7e8822ecca8d13a33348d7c9df9e2fb8c5 100644 (file)
@@ -27,4 +27,11 @@ module SidePlan(){
           [-screwrad, -totallen]]);
 }
 
-SidePlan();
+module Bush(){
+  rotate_extrude($fn=50, convexity=3){
+    SidePlan();
+  }
+}
+
+//SidePlan();
+Bush();