From 899aa30ab49c0d3c63184feaac6d836782bcbcb5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Apr 2025 19:03:06 +0100 Subject: [PATCH] toolbox-inserts: taller base Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index ec93dc3..0546122 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -51,7 +51,7 @@ module WellSurround(half_height, wall=well_surround_wall) { union(){ minkowski(){ - linextr(0, half_height - wall/2) + linextr(-10, half_height - wall/2) offset($fn=4, r = wall/2) projection(cut=false) children(0); @@ -72,14 +72,6 @@ module WellSurround(half_height, wall=well_surround_wall) { WallMinkowskiInner(wall); } - - /* hull(){ - for (zi=[-1,0]) { - linextr(zi * wall * 0.25, 2) - offset($fn=4, r = (zi+1) * wall * 0.25) - projection(cut=true) children(0); - } - }*/ } } } -- 2.30.2