Tweak chamfered magnet_hole to so the cone works witrh supportless

Difference was small enough the slicer mostly ignored it.
This commit is contained in:
Arthur Moore 2024-04-30 01:08:05 -04:00
parent 787fa30950
commit 8346ce4dd3

View file

@ -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) {