chiark / gitweb /
bike-lipo-box: Provide a ts_zbox yardstick
[reprap-play.git] / bike-lipo-box.scad
index 4d076a0df41fc329c5955f41431f079351fc9e12..43be1dd2f5f89e85b817c8a02d2dcd0a8f954b2c 100644 (file)
@@ -108,10 +108,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();