chiark / gitweb /
sprinkler-spike-receptacle: wip
[reprap-play.git] / sprinkler-spike-receptacle.scad
index de224850b3161c883f1725f5663a2e1d6501c282..88564c76e28ebd786d6c65d904a8673989032d4d 100644 (file)
@@ -51,7 +51,12 @@ module MultiplySolidifyPlan(th){
 }
 
 module Main(){
-  MultiplySolidifyPlan(spike_web_thick) NegativePlan();
+  difference(){
+    union(){
+      MultiplySolidifyPlan(spike_web_thick + topwall_width*2) PositivePlan();
+    }
+    MultiplySolidifyPlan(spike_web_thick) NegativePlan();
+  }
 }
 
 module PlanTest(){