chiark / gitweb /
sealing-box, bike-lipo-box: $-ise wallthick
[reprap-play.git] / bike-lipo-box.scad
index 4d076a0df41fc329c5955f41431f079351fc9e12..bde5ece0940545f1bb467fdd90e9e7e2ed90d236 100644 (file)
@@ -68,6 +68,8 @@ module TestWall(){ ////toplevel
   }    
 }
 
+$sealingbox_wallthick = wallthick;
+
 floorth = 2.5;
 ceilth = 2.5;
 innertube = 1.0 + 0.2;
@@ -108,10 +110,11 @@ module TestSealLidPrint(){ ////toplevel
 }
 
 module ProfileDemos(){ ////toplevel
-  WallProfile();
-  color("blue") FloorProfile();
-  LidProfile();
-  color("blue") CeilProfile();
+  SealingBox_WallProfile();
+  color("blue") SealingBox_FloorProfile();
+  SealingBox_LidProfile();
+  color("blue") SealingBox_CeilProfile();
+  color("red") translate([-5,0]) square([1,ts_zbox]);
 }
                          
 //TestWall();