chiark / gitweb /
sealing-box, bike-lipo-box: rename $sealingbox_wallth (from _wallthick) (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:01:48 +0000 (22:01 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 22:01:48 +0000 (22:01 +0000)
bike-lipo-box.scad
sealing-box.scad.m4

index 4cc52de6e24571f45230f23f45520d4e3086642f..b7c4cd6aeedf9b1e12ba14333bae6855c71ed3f5 100644 (file)
@@ -72,7 +72,7 @@ totx_outer = 30;
 toty_outer = 25;
 totz_inner = 8;
 
-$sealingbox_wallthick = wallthick;
+$sealingbox_wallth = wallthick;
 $sealingbox_floorth = 2.5;
 $sealingbox_ceilth = 2.5;
 $sealingbox_xbox = totx_outer;
index 80f3c33e5f996bf4edccdda3f31ec9bc9e6b0348..d14e49888432bd0be4f1759888f117c3357115f8 100644 (file)
@@ -5,13 +5,13 @@
 // A. Rectangular boxes
 //      1. include <sealing-box.scad>
 //      2. assign() values to (xxx these should be $ variables)
-//           $sealingbox_wallthick
+//           $sealingbox_wallth
 //           $sealingbox_xbox (outer dimension)
 //           $sealingbox_ybox (outer dimension)
 //           $sealingbox_zbox (inner dimension xxx)
 //           $sealingbox_ceilth
 //           $sealingbox_floorth
-//           $sealingbox_wallthick
+//           $sealingbox_wallth
 //           ts_cnrrad (outer radius of corners, leave at default normall)
 //                 xxx default should be in this file
 //      3. use the modules
@@ -25,7 +25,7 @@
 //      4. Use the Box and Lid modules generated
 
 m4_define(`BoxLocals',`
-  wall = $sealingbox_wallthick;
+  wall = $sealingbox_wallth;
   floorth = $sealingbox_floorth;
   ceilth = $sealingbox_ceilth;
   xbox = $sealingbox_xbox;