From b980a49534fa2e3f8b094788b9096263e77ef6a7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 23:52:05 +0100 Subject: [PATCH 1/1] poster-tube-lid: WallMountBaseFixingsTest Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index cbf3747..938a85f 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -770,6 +770,15 @@ module WallMountForBaseFixingsTest(){ ////toplevel } } +module WallMountBaseFixingsTest(){ ////toplevel + intersection(){ + WallMountBase(); + linextr(-2,100) + rectfromto([ -sm_outer_rad-10, -wm_y_min ], + [ wmbb_x_outer + 1, -100 ]); + } +} + module WallMountBasePillarsPlan(){ for (my = [0,1]) { mirror([0, my]) { -- 2.30.2