From: Ian Jackson Date: Mon, 28 Aug 2023 20:43:58 +0000 (+0100) Subject: poster-tube-lid: WallMountBase wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ef9487e9db9afd25e7e57d9b1b83335a50ae1125;p=reprap-play.git poster-tube-lid: WallMountBase wip Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 1323643..e74ce08 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -774,9 +774,7 @@ module WallMountBase(){ ////toplevel linextr(wmbb_z_min, wmbb_z_flat_max) { hull(){ WallMountBasePillarsPlan(); - translate([wmbb_r_bottom - 1, 0]) - rotate(45) - square(0.5, center=true); + circle(r = wmbb_r_bottom); } } }