X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sealing-box.scad.m4;h=3130e6d5463aa322d4ae98fdd5f09d43e4d3495f;hb=67913471b762962998973556e5e5db6e9ad664d9;hp=80f3c33e5f996bf4edccdda3f31ec9bc9e6b0348;hpb=8fe84405ca83b2451e42b7c7f05ac4a5dc1229fd;p=reprap-play.git diff --git a/sealing-box.scad.m4 b/sealing-box.scad.m4 index 80f3c33..3130e6d 100644 --- a/sealing-box.scad.m4 +++ b/sealing-box.scad.m4 @@ -5,13 +5,13 @@ // A. Rectangular boxes // 1. include // 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_zbox (inner dimension) // $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;