From 7bb9bb200f291185c47471a1ef28c40fc447a8ba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 21:47:27 +0100 Subject: [PATCH] poster-tube-lid: WallMountBase looking good Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index e74ce08..4622c87 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -788,6 +788,12 @@ module WallMountBase(){ ////toplevel } } + // trim parts that are would foul the wall + linextr(wmbb_z_min - 1, wmb_z_max + 1) + translate([ -sm_outer_rad, 0]) + rectfromto([ -wmbb_r_top, -(wmbb_r_top + 1) ], + [ 0, +(wmbb_r_top + 1) ]); + WallMountBaseScrewsEtc(); } } -- 2.30.2