chiark / gitweb /
fire-blanket-wall-mushroom: bush
[reprap-play.git] / fire-blanket-wall-mushroom.scad
index 8db912ccb49db1adff43e6e716c9d04eaac7b767..69aa8e7e8822ecca8d13a33348d7c9df9e2fb8c5 100644 (file)
@@ -18,9 +18,6 @@ disktaperratio = 2;
 disktaperrad = diskrad - diskthick / disktaperratio;
 totallen = shaftlen + diskthick;
 
-echo(disktaperrad, screwheadrad);
-echo(diskrad, disktaperrad, shaftrad, screwheadrad, screwrad);
-
 module SidePlan(){
   polygon([[-screwrad, 0],
           [-disktaperrad, 0],
@@ -30,4 +27,11 @@ module SidePlan(){
           [-screwrad, -totallen]]);
 }
 
-SidePlan();
+module Bush(){
+  rotate_extrude($fn=50, convexity=3){
+    SidePlan();
+  }
+}
+
+//SidePlan();
+Bush();