From 8346ce4dd3ce679fa42f8ef8e89a5d407444397b Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Tue, 30 Apr 2024 01:08:05 -0400 Subject: [PATCH] Tweak chamfered magnet_hole to so the cone works witrh supportless Difference was small enough the slicer mostly ignored it. --- gridfinity-rebuilt-holes.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridfinity-rebuilt-holes.scad b/gridfinity-rebuilt-holes.scad index e9ec5d1..a704270 100644 --- a/gridfinity-rebuilt-holes.scad +++ b/gridfinity-rebuilt-holes.scad @@ -272,7 +272,7 @@ module block_base_hole(hole_options, o=0) { } if(chamfer) { - cone(magnet_radius + CHAMFER_ADDITIONAL_RADIUS, CHAMFER_ANGLE, magnet_depth); + cone(magnet_radius + CHAMFER_ADDITIONAL_RADIUS, CHAMFER_ANGLE, MAGNET_HOLE_DEPTH - o); } } if(screw_hole) {