chiark / gitweb /
sealing-box: Do not generate a thing with a ////toplevel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 20:53:47 +0000 (20:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 20:53:47 +0000 (20:53 +0000)
sealing-box.scad.m4

index c3ff461c11b353fb01d945f44dbaba4fe3d3fdcd..3221b2bbbab97d586be86542da5aaba93b3d776a 100644 (file)
@@ -123,7 +123,7 @@ m4_define(`BoxUseShape',`
     hull(){ $2(SealingBox_FloorProfile();); }
   }
 
-  module $1Lid(){ ////toplevel
+  module $1Lid(){
     $2(SealingBox_LidProfile(););
     hull(){ $2(SealingBox_CeilProfile();); }
   }