From 21e871d8a77d1783a7a93d509bfacd0a261ca8ba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 12:04:33 +0100 Subject: [PATCH] poster-tube-lid: WallMountForBase wip Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index aeb1ffa..df8ea4b 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -655,6 +655,9 @@ module WallMount(){ ////toplevel } module WallMountBaseMounts(){ +} + +module WallMountBaseScrews(){ for (my=[0,1]) { mirror([0, my, 0]) { linextr(0, 20) { @@ -673,10 +676,10 @@ module WallMountForBase(){ ////toplevel SomeStrap(sm_main_width, wm_z_max + 2){ union(){ WallMountMounts(); - WallMountBaseMounts(); } union(){ WallMountScrewHoles(); + %WallMountBaseScrews(); } } } -- 2.30.2