From c89836f56cf2ae2d9a25d617925ca179bb383622 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Apr 2025 23:22:22 +0100 Subject: [PATCH] toolbox-inserts: floor, but now it triggers an openscad bug Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 0d3b2f2..c35d4dc 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -41,6 +41,9 @@ module WellSurround(half_height, gaps, wall=well_surround_wall) { // IOW its z==0 must be where the top of the wall is, // and half_height is the depth of the well below that. + render() + difference(){ + render() { minkowski(){ WallMinkowskiSphere(wall); @@ -64,6 +67,10 @@ module WellSurround(half_height, gaps, wall=well_surround_wall) { } } } + + } + + render() linextr(-100, -30) square(1000, center=true); } } -- 2.30.2