chiark / gitweb /
sprinkler-spike-receptacle: adjustments
[reprap-play.git] / sprinkler-spike-receptacle.scad
index bdfd6fa5411544d8061316f0d126fbc9f03f83a0..e82666359e2e483f40faa44a5ea19d339e217087 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;
 
@@ -51,10 +51,7 @@ module SomeMidRounding(sq_size, z_extra) {
 }
 
 module PositiveMidRounding(){
-//  translate([0,0,-5])
-//    linear_extrude(height= main_height + 10)
-//    rotate(45)
-//    square( spike_web_thick*2.5, center=true );
+  SomeMidRounding(pos_web_thick*2, 0);
 }
 
 module NegativeMidRounding(){
@@ -148,5 +145,5 @@ module MainFitTest(){
 }
 
 //PlanTest();
-//Main();
-MainFitTest();
+//MainFitTest();
+Main();