chiark / gitweb /
bike-lipo-box: Provide a ts_zbox yardstick
[reprap-play.git] / bike-lipo-box.scad
index ec0b43b398b5dc052a688b2b17fe1a40e5a209c1..43be1dd2f5f89e85b817c8a02d2dcd0a8f954b2c 100644 (file)
@@ -107,11 +107,12 @@ module TestSealLidPrint(){ ////toplevel
   rotate([180,0,0]) TestSealLid();
 }
 
-module ProfileDemos(){
-  WallProfile();
-  color("blue") FloorProfile();
-  LidProfile();
-  color("blue") CeilProfile();
+module ProfileDemos(){ ////toplevel
+  SealingBox_WallProfile();
+  color("blue") SealingBox_FloorProfile();
+  SealingBox_LidProfile();
+  color("blue") SealingBox_CeilProfile();
+  color("red") translate([-5,0]) square([1,ts_zbox]);
 }
                          
 //TestWall();