From: Ian Jackson Date: Sat, 13 Feb 2016 22:13:33 +0000 (+0000) Subject: sealing-box, bike-lipo-box: rename TestSealBox to SealingBox_Rect (nfc) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=55729369f57057f0d9dc787a9dc6bd73540a213e;p=reprap-play.git sealing-box, bike-lipo-box: rename TestSealBox to SealingBox_Rect (nfc) --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index f71d1e8..68140dc 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -81,7 +81,7 @@ $sealingbox_ybox = toty_outer; $sealingbox_zbox = totz_inner; module TestSealBox(){ ////toplevel - TestSealBoxBox(); + SealingBox_RectBox(); ts_cidoff = ($sealingbox_cnrrad * (1-.7) + wallthick * .8) * [1,1]; translate(ts_cidoff) Commitid_BestCount([totx_outer,toty_outer] - 2*ts_cidoff); @@ -89,7 +89,7 @@ module TestSealBox(){ ////toplevel module TestSealLid(){ ////toplevel difference(){ - TestSealBoxLid(); + SealingBox_RectLid(); translate([totx_outer * .75, toty_outer/2, 0]) cylinder(h=100, r=5); diff --git a/sealing-box.scad.m4 b/sealing-box.scad.m4 index 2ffc630..d8ff08c 100644 --- a/sealing-box.scad.m4 +++ b/sealing-box.scad.m4 @@ -157,4 +157,4 @@ m4_define(`BoxUseShape',` } ') -BoxUseShape(`TestSealBox',`BoxDoShapeRect') +BoxUseShape(`SealingBox_Rect',`BoxDoShapeRect')