From 62bc4f2988854880fa9c8bc6901e6b0aae4e0e85 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 20:53:47 +0000 Subject: [PATCH] sealing-box: Do not generate a thing with a ////toplevel --- sealing-box.scad.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sealing-box.scad.m4 b/sealing-box.scad.m4 index c3ff461..3221b2b 100644 --- a/sealing-box.scad.m4 +++ b/sealing-box.scad.m4 @@ -123,7 +123,7 @@ m4_define(`BoxUseShape',` hull(){ $2(SealingBox_FloorProfile();); } } - module $1Lid(){ ////toplevel + module $1Lid(){ $2(SealingBox_LidProfile();); hull(){ $2(SealingBox_CeilProfile();); } } -- 2.30.2