chiark / gitweb /
toolbox-inserts: entirely new approach to bevels (tidy)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 18:36:51 +0000 (19:36 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 18:36:51 +0000 (19:36 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index e5a55aef1bfee686bb36cacc0bd2b78681a2ef11..dc7651b4c5bb77dee62330f7f54c95ae79cce62f 100644 (file)
@@ -26,16 +26,6 @@ module DriverHandlePositive() { ////toplevel
 module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel
   sphere($fn=8, r=wall/2);
 }
-module WallMinkowskiInner(wall=well_surround_wall) { ////toplevel
-  translate([0,0, -wall/2]) rotate_extrude($fn=8){
-    difference(){
-      rectfromto([0,0], wall/2 * [1,1]);
-
-      translate(wall/2 * [1,0])
-       circle($fn=8, r= wall/2);
-    }
-  }
-}
 
 module WellSurround(half_height, wall=well_surround_wall) {
   // WellSurround(half_height) {