chiark / gitweb /
sealing-box, bike-lipo-box: rename TestSealBox to SealingBox_Rect (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:13:33 +0000 (22:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:13:33 +0000 (22:13 +0000)
bike-lipo-box.scad
sealing-box.scad.m4

index f71d1e83e0463fc0fd1d36ec1929e9a0f4f8b586..68140dcf51116c54bb81177a2e4a5c44d62abe8d 100644 (file)
@@ -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);
index 2ffc6303ef44f183819785d706e5c19af0522af9..d8ff08c968541bd35bc46b70c0f69df4a0a84cb2 100644 (file)
@@ -157,4 +157,4 @@ m4_define(`BoxUseShape',`
   }
 ')
 
-BoxUseShape(`TestSealBox',`BoxDoShapeRect')
+BoxUseShape(`SealingBox_Rect',`BoxDoShapeRect')