chiark / gitweb /
bike-lipo-box: make floor and ceiling be same thickness as walls, automatically
[reprap-play.git] / bike-lipo-box.scad
index 68140dcf51116c54bb81177a2e4a5c44d62abe8d..5d1f52bee9d490b4bba7772b0b3f535171a240d7 100644 (file)
@@ -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;