chiark / gitweb /
sprinkler-spike-receptacle: tests
[reprap-play.git] / sprinkler-spike-receptacle.scad
index 634aeb5e32bee4bc0ad1beeafd432295fceaffb6..38e856c41934a8f9eb62d372cdb88fcf289b660c 100644 (file)
@@ -4,10 +4,10 @@ main_height = 95;
 
 spike_web_thick = 2.52 + 0.5;
 
-spike_top_width = 21.04;
+spike_top_width = 21.04 + 1.0;
 
 spike_botpos_height = 9.5;
-spike_botpos_width = 11.68;
+spike_botpos_width = 11.68 + 0.50;
 
 topwall_width = 1.5;
 
@@ -144,6 +144,11 @@ module MainFitTest(){
   }
 }
 
-//PlanTest();
-//Main();
-MainFitTest();
+module Tests(){
+  translate([-mount_dist*3, 0,0])
+    PlanTest();
+  MainFitTest();
+}
+
+//Tests();
+Main();