chiark / gitweb /
poster-tube-lid: WallMountBase wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:43:58 +0000 (21:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:43:58 +0000 (21:43 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index 132364379e8982c3d12f708b0692094858d2e874..e74ce082e47a2fc921a58de5346a1001f33b96b1 100644 (file)
@@ -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);
        }
       }
     }