From: Ian Jackson Date: Mon, 28 Aug 2023 11:04:33 +0000 (+0100) Subject: poster-tube-lid: WallMountForBase wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=21e871d8a77d1783a7a93d509bfacd0a261ca8ba;p=reprap-play.git poster-tube-lid: WallMountForBase wip Signed-off-by: Ian Jackson --- 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(); } } }