From 3502437261e3c19f26431a10fad0b4bafaa322b7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 25 Apr 2025 17:17:22 +0100 Subject: [PATCH] toolbox-inserts: remove some old minkoskis We're going to do this with a 2D approach. Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 6 ------ 1 file changed, 6 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 56c4bd6..04e6553 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -100,9 +100,6 @@ module WellSurround( dz = box_main_z - below_plane_z - half_height; render() difference(){ -// minkowski(){ -// WallMinkowskiSphere(wall); - difference(){ union(){ translate(concat(offset, [0])) linextr(-10, dz){ @@ -123,12 +120,9 @@ module WellSurround( } } -// minkowski(){ -// WallMinkowskiSphere(wall); translate(concat(offset, [0])) translate([0, 0, dz]) { children(0); } -// } translate(concat(offset, [0])) for (gap=gaps) { linextr_x_yz(gap[0], gap[1]) -- 2.30.2