mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-22 23:03:28 +00:00
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:
parent
787fa30950
commit
8346ce4dd3
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ module block_base_hole(hole_options, o=0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(chamfer) {
|
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) {
|
if(screw_hole) {
|
||||||
|
|
Loading…
Reference in a new issue