1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00

extra support

This commit is contained in:
Justin Lin 2021-08-20 21:11:13 +08:00
parent 749079767d
commit 13ca93e9db

View File

@ -128,7 +128,15 @@ module fidget_ball_drill_support(radius, thickness, spacing, support_thickness)
translate([0, 0, -sphere_r])
rotate_extrude()
translate([sphere_r * sina, 0])
polygon([[0, support_r], [-.75, support_r], [-tana * support_r - support_thickness, 0], [-tana * support_r, 0]]);
polygon([
[0, support_r],
[-.75, support_r],
[-tana * support_r - support_thickness, 0],
[-tana * support_r, 0]
// extra support
//, [thickness / 6 * sin(a), support_r - thickness / 5 * cos(a)]
]
);
translate([0, 0, -sphere_r - height * i])
linear_extrude(height * i)