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