chiark / gitweb /
shelf-label-holder: Main instead. Test reveals Print does not work due to "flashing...
[reprap-play.git] / sprinkler-spike-receptacle.scad
index fcaadc5668332e1e65982b322eb660175cff9ff6..c806941aa0646891a87375c4b13424fe0bc927d9 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;
 
@@ -138,12 +138,17 @@ module MainFitTest(){
        translate([0, 0, (-main_height + 0.5) * top])
          Main();
        translate([-50,-50,0])
-         cube([100,100,0.5]);
+         cube([100,100, spike_botpos_height + 1.5]);
       }
     }
   }
 }
 
-//PlanTest();
-//MainFitTest();
+module Tests(){
+  translate([-mount_dist*3, 0,0])
+    PlanTest();
+  MainFitTest();
+}
+
+//Tests();
 Main();