From: Ian Jackson Date: Sun, 27 Apr 2025 13:52:15 +0000 (+0100) Subject: toolbox-inserts: well rounded edge, deploy X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3db578fcce7388e5fc41298cd9fc1f15eb66d8e7;p=reprap-play.git toolbox-inserts: well rounded edge, deploy Signed-off-by: Ian Jackson --- 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)