mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
delete extra support
This commit is contained in:
parent
2e5b245167
commit
e5eeb77292
@ -128,15 +128,7 @@ 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]
|
||||
// extra support
|
||||
//, [thickness / 6 * sin(a), support_r - thickness / 5 * cos(a)]
|
||||
]
|
||||
);
|
||||
polygon([[0, support_r], [-.75, support_r], [-tana * support_r - support_thickness, 0], [-tana * support_r, 0]]);
|
||||
|
||||
translate([0, 0, -sphere_r - height * i])
|
||||
linear_extrude(height * i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user