X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sprinkler-spike-receptacle.scad;h=57a33c778b45e920b9b5d314c522ac641844e420;hb=e0bd09412f7e4fc105057e17d8be7efaeb9d97e8;hp=bdfd6fa5411544d8061316f0d126fbc9f03f83a0;hpb=94202e6556cf5fc4155a00e96a61e8f320c197cc;p=reprap-play.git diff --git a/sprinkler-spike-receptacle.scad b/sprinkler-spike-receptacle.scad index bdfd6fa..57a33c7 100644 --- a/sprinkler-spike-receptacle.scad +++ b/sprinkler-spike-receptacle.scad @@ -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; @@ -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(){ @@ -147,6 +144,11 @@ module MainFitTest(){ } } -//PlanTest(); -//Main(); -MainFitTest(); +module Tests(){ + translate([-mount_dist*3, 0,0]) + PlanTest(); + MainFitTest(); +} + +//Tests(); +Main();