chiark / gitweb /
sealing-box, bike-lipo-box: $-ise cnrrad
[reprap-play.git] / bike-lipo-box.scad
index b7c4cd6aeedf9b1e12ba14333bae6855c71ed3f5..6056d61304db0732715ff7caf9d77d3a4c11a640 100644 (file)
@@ -83,7 +83,6 @@ innertube = 1.0 + 0.2;
 lidoverlap = 1.5;
 lidoverhang = 6;
 tubesealrad = 2.0;
-ts_cnrrad = 10;
 
 include <sealing-box.scad>
 
@@ -100,11 +99,11 @@ module TestSealLid(){ ////toplevel
     translate([totx_outer * .75, toty_outer/2, 0])
       cylinder(h=100, r=5);
     
-    translate([-wallthick + ts_cnrrad*.5,
-              ts_cnrrad*.5 - wallthick,
+    translate([-wallthick + $sealingbox_cnrrad*.5,
+              $sealingbox_cnrrad*.5 - wallthick,
               totz_inner + $sealingbox_ceilth])
-      Commitid_BestCount([totx_outer * .75 - 2.5 - (ts_cnrrad*.5),
-                         toty_outer - (ts_cnrrad*.5 - wallthick)*2]);
+      Commitid_BestCount([totx_outer * .75 - 2.5 - ($sealingbox_cnrrad*.5),
+                         toty_outer - ($sealingbox_cnrrad*.5 - wallthick)*2]);
   }
 }