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=4cc52de6e24571f45230f23f45520d4e3086642f;hb=2cbfe8e17ae89257bce84a58c340fa90bca555d9;hpb=8fe84405ca83b2451e42b7c7f05ac4a5dc1229fd diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 4cc52de..6056d61 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -72,7 +72,7 @@ totx_outer = 30; toty_outer = 25; totz_inner = 8; -$sealingbox_wallthick = wallthick; +$sealingbox_wallth = wallthick; $sealingbox_floorth = 2.5; $sealingbox_ceilth = 2.5; $sealingbox_xbox = totx_outer; @@ -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]); } }