chiark / gitweb /
sealing-box, bike-lipo-box: move remaining sealing-box vars out of bike-lipo-box
[reprap-play.git] / bike-lipo-box.scad
index 6056d61304db0732715ff7caf9d77d3a4c11a640..c036d8c33f17616649662f857da5a0259ef629fe 100644 (file)
@@ -79,15 +79,11 @@ $sealingbox_xbox = totx_outer;
 $sealingbox_ybox = toty_outer;
 $sealingbox_zbox = totz_inner;
 
-innertube = 1.0 + 0.2;
-lidoverlap = 1.5;
-lidoverhang = 6;
-tubesealrad = 2.0;
-
 include <sealing-box.scad>
 
 module TestSealBox(){ ////toplevel
   TestSealBoxBox();
+  ts_cidoff = ($sealingbox_cnrrad * (1-.7) + wallthick * .8) * [1,1];
   translate(ts_cidoff)
     Commitid_BestCount([totx_outer,toty_outer] - 2*ts_cidoff);
 }