chiark / gitweb /
bike-lipo-box: Fix ProfileDemos
[reprap-play.git] / bike-lipo-box.scad
index 4d076a0df41fc329c5955f41431f079351fc9e12..f193341e598e58025df5153fa77473daf043ff41 100644 (file)
@@ -108,10 +108,10 @@ 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();
 }
                          
 //TestWall();