From 3db578fcce7388e5fc41298cd9fc1f15eb66d8e7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Apr 2025 14:52:15 +0100 Subject: [PATCH] toolbox-inserts: well rounded edge, deploy Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 9b30d13..0c733f4 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -87,7 +87,7 @@ module WellSurroundGapElevation(z_bottom, z_edge, z_wayhigh, gap) { for (x= [ gap[0] - wall_top_r, gap[1] + wall_top_r ]) { translate([ x, z_edge - wall_top_r ]) - circle(r = wall_top_r - 0.1); + circle(r = wall_top_r + 0.1); } } } @@ -139,14 +139,9 @@ module WellSurround( children(0); } - for (gap=gaps) { -// linextr_y_xz(-100, 100) -// WellSurroundGapElevation(well_stiffening_height, dz, 100, gap); - } - translate(concat(offset, [0])) for (gap=gaps) { - linextr_x_yz(gap[0], gap[1]) - rectfromto([ -100, well_stiffening_height ], [ 100,100 ]); + rotate([0,0,180]) linextr_y_xz(-100, 100) + WellSurroundGapElevation(well_stiffening_height, dz, 100, gap); } for (hull_group = fixings) -- 2.30.2