From 43030568e47899ca152248f3903bd283bf8a350d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 12:01:11 +0100 Subject: [PATCH] poster-tube-lid: WallMountForBase wip Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 37b1920..b0d81ff 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -660,8 +660,8 @@ module WallMountBaseMounts(){ linextr(0, 20) { difference(){ translate([ wmb_x_screw, wmb_y_screw_end ]) - rotate(45) - square(10, center=true); + rectfromto([ -wmb_screw_dia/2, 0 ], + [ +wmb_screw_dia/2, wmb_screw_depth ]); circle(r = wmb_mount_cut_rad); } } -- 2.30.2