chiark / gitweb /
sprinkler-spike-receptacle: break out pos_web_thick
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 Sep 2017 15:49:38 +0000 (16:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 Sep 2017 15:49:38 +0000 (16:49 +0100)
sprinkler-spike-receptacle.scad

index 0d735df3cf6d6cb55522d1e7f0b63c4d908203c8..643a8e43d55a9bd581138f05853a15c9e4202d9b 100644 (file)
@@ -22,6 +22,8 @@ mount_hole_th = 2.5;
 
 main_width = spike_top_width + topwall_width*2;
 
 
 main_width = spike_top_width + topwall_width*2;
 
+pos_web_thick = spike_web_thick + topwall_width*2;
+
 module NegativePlan(){
   x4z =
     (spike_top_width - spike_botpos_width) /
 module NegativePlan(){
   x4z =
     (spike_top_width - spike_botpos_width) /
@@ -84,7 +86,7 @@ module MountHole(){
 module Main(){
   difference(){
     union(){
 module Main(){
   difference(){
     union(){
-      MultiplySolidifyPlan(spike_web_thick + topwall_width*2) PositivePlan();
+      MultiplySolidifyPlan(pos_web_thick) PositivePlan();
       MultiplyForMount() Mount();
     }
     MultiplySolidifyPlan(spike_web_thick) NegativePlan();
       MultiplyForMount() Mount();
     }
     MultiplySolidifyPlan(spike_web_thick) NegativePlan();