chiark / gitweb /
bike-lipo-box: move include of sealing-box to top
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:11:45 +0000 (22:11 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:11:45 +0000 (22:11 +0000)
bike-lipo-box.scad

index c036d8c33f17616649662f857da5a0259ef629fe..f71d1e83e0463fc0fd1d36ec1929e9a0f4f8b586 100644 (file)
@@ -2,6 +2,7 @@
 
 include <commitid.scad>
 include <utils.scad>
+include <sealing-box.scad>
 
 pxp6012_rad = 22.5 / 2 + 0.5; // make circular hole this size in outer wall
 pxp6012_rad_outer = 32.0 / 2 - 0.5;
@@ -79,8 +80,6 @@ $sealingbox_xbox = totx_outer;
 $sealingbox_ybox = toty_outer;
 $sealingbox_zbox = totz_inner;
 
-include <sealing-box.scad>
-
 module TestSealBox(){ ////toplevel
   TestSealBoxBox();
   ts_cidoff = ($sealingbox_cnrrad * (1-.7) + wallthick * .8) * [1,1];