From: Ian Jackson Date: Sun, 20 Apr 2025 22:22:22 +0000 (+0100) Subject: toolbox-inserts: floor, redone X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1fbaaaa506051b2df44b37c16b8fdee123ac2bc1;p=reprap-play.git toolbox-inserts: floor, redone Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index d5e2fb8..56804bf 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,7 +67,11 @@ module WellSurround(half_height, gaps, wall=well_surround_wall) { } } } + // } + + render() linextr(-100, -0.1) square(1000, center=true); + } } module DriverHandleHolder() { ////toplevel