From 5c753bccf33d2643f38aff68e6632032307a3db5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 22:11:45 +0000 Subject: [PATCH] bike-lipo-box: move include of sealing-box to top --- bike-lipo-box.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index c036d8c..f71d1e8 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -2,6 +2,7 @@ include include +include 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 - module TestSealBox(){ ////toplevel TestSealBoxBox(); ts_cidoff = ($sealingbox_cnrrad * (1-.7) + wallthick * .8) * [1,1]; -- 2.30.2