X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=bike-lipo-box.scad;h=6056d61304db0732715ff7caf9d77d3a4c11a640;hp=b7c4cd6aeedf9b1e12ba14333bae6855c71ed3f5;hb=2cbfe8e17ae89257bce84a58c340fa90bca555d9;hpb=06d409f1170c1283590c420fd238c8e726b1912a diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index b7c4cd6..6056d61 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -83,7 +83,6 @@ innertube = 1.0 + 0.2; lidoverlap = 1.5; lidoverhang = 6; tubesealrad = 2.0; -ts_cnrrad = 10; include @@ -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]); } }