1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

delete extra support

This commit is contained in:
Justin Lin
2021-08-20 21:41:40 +08:00
parent 2e5b245167
commit e5eeb77292

View File

@@ -128,15 +128,7 @@ module fidget_ball_drill_support(radius, thickness, spacing, support_thickness)
translate([0, 0, -sphere_r]) translate([0, 0, -sphere_r])
rotate_extrude() rotate_extrude()
translate([sphere_r * sina, 0]) translate([sphere_r * sina, 0])
polygon([ polygon([[0, support_r], [-.75, support_r], [-tana * support_r - support_thickness, 0], [-tana * support_r, 0]]);
[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]) translate([0, 0, -sphere_r - height * i])
linear_extrude(height * i) linear_extrude(height * i)