From: Ian Jackson Date: Sat, 13 Feb 2016 22:16:17 +0000 (+0000) Subject: bike-lipo-box: make floor and ceiling be same thickness as walls, automatically X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=538239ea41ab8b97ddc23797b70f6571177d6fd0 bike-lipo-box: make floor and ceiling be same thickness as walls, automatically --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 68140dc..5d1f52b 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -74,8 +74,8 @@ toty_outer = 25; totz_inner = 8; $sealingbox_wallth = wallthick; -$sealingbox_floorth = 2.5; -$sealingbox_ceilth = 2.5; +$sealingbox_floorth = wallthick; +$sealingbox_ceilth = wallthick; $sealingbox_xbox = totx_outer; $sealingbox_ybox = toty_outer; $sealingbox_zbox = totz_inner;