chiark / gitweb /
poster-tube-lid: WallMountBase fix render bug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:14:37 +0000 (21:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:14:37 +0000 (21:14 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index 9ff4e66b18573e9596db40a84a3cc950e6d16aef..73f0fb63485de149298a715822b0ee9b31f738cc 100644 (file)
@@ -767,8 +767,8 @@ module WallMountBase(){ ////toplevel
 }
 
 module WallMountForBaseDemo(){ ////toplevel
-  WallMountForBase();
-  color("blue") WallMountBase();
+  render() WallMountForBase();
+  color("blue") render() WallMountBase();
   %WallMountBaseScrewsEtc();
 }