From c5e610214df96718e0b700f093f0c0e18003c5ca Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 May 2025 22:33:40 +0100 Subject: [PATCH] toolbox-inserts: UniversalJoint: fix walls taller gaps Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 19967cb..6f8f089 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -217,7 +217,9 @@ module WellSurround( translate(concat(offset, [0])) for (gap=gaps) { rotate([0,0,180]) linextr_y_xz(-100, 100) - WellSurroundGapElevation(well_stiffening_height, dz, 100, gap); + WellSurroundGapElevation(well_stiffening_height, + dz + walls_taller, 100, + gap); } for (hull_group = fixings) -- 2.30.2