chiark / gitweb /
sprinkler-spike-receptacle: adjustments from tests v2
[reprap-play.git] / sprinkler-spike-receptacle.scad
index fcaadc5668332e1e65982b322eb660175cff9ff6..57a33c778b45e920b9b5d314c522ac641844e420 100644 (file)
@@ -2,12 +2,12 @@
 
 main_height = 95;
 
-spike_web_thick = 2.52 + 0.5;
+spike_web_thick = 2.52 + 0.75;
 
-spike_top_width = 21.04;
+spike_top_width = 21.04 + 1.5;
 
 spike_botpos_height = 9.5;
-spike_botpos_width = 11.68;
+spike_botpos_width = 11.68 + 0.00;
 
 topwall_width = 1.5;
 
@@ -144,6 +144,11 @@ module MainFitTest(){
   }
 }
 
-//PlanTest();
-//MainFitTest();
+module Tests(){
+  translate([-mount_dist*3, 0,0])
+    PlanTest();
+  MainFitTest();
+}
+
+//Tests();
 Main();