chiark / gitweb /
toolbox-inserts: well rounded edge, deploy
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Apr 2025 13:52:15 +0000 (14:52 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Apr 2025 13:52:15 +0000 (14:52 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 9b30d13916a94202b6456d48f301c1a8c20363c9..0c733f45ae7f82fbd576170ef0cbf69e5f20231d 100644 (file)
@@ -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)