From: Ian Jackson Date: Mon, 28 Aug 2023 20:47:27 +0000 (+0100) Subject: poster-tube-lid: WallMountBase looking good X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7bb9bb200f291185c47471a1ef28c40fc447a8ba;p=reprap-play.git poster-tube-lid: WallMountBase looking good Signed-off-by: Ian Jackson --- 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(); } }