From 55729369f57057f0d9dc787a9dc6bd73540a213e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 22:13:33 +0000 Subject: [PATCH] sealing-box, bike-lipo-box: rename TestSealBox to SealingBox_Rect (nfc) --- bike-lipo-box.scad | 4 ++-- sealing-box.scad.m4 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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') -- 2.30.2