chiark / gitweb /
toolbox-inserts: remove some old minkoskis
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 25 Apr 2025 16:17:22 +0000 (17:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 25 Apr 2025 16:17:22 +0000 (17:17 +0100)
We're going to do this with a 2D approach.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 56c4bd6e4b248bd8f23862bbd4e182f4a8c67f30..04e6553fd9b5dfb0d3ebeb7c3b16afe008c45601 100644 (file)
@@ -100,9 +100,6 @@ module WellSurround(
   dz = box_main_z - below_plane_z - half_height;
 
   render() difference(){
-//    minkowski(){
-//      WallMinkowskiSphere(wall);
-
     difference(){
       union(){
        translate(concat(offset, [0])) linextr(-10, dz){
@@ -123,12 +120,9 @@ module WellSurround(
        }
       }
 
-//     minkowski(){
-//       WallMinkowskiSphere(wall);
       translate(concat(offset, [0])) translate([0, 0, dz]) {
        children(0);
       }
-//     }
 
       translate(concat(offset, [0])) for (gap=gaps) {
        linextr_x_yz(gap[0], gap[1])