From ef9487e9db9afd25e7e57d9b1b83335a50ae1125 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 21:43:58 +0100 Subject: [PATCH] poster-tube-lid: WallMountBase wip Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } } } -- 2.30.2