mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
extra support
This commit is contained in:
@@ -128,7 +128,15 @@ 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([[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])
|
translate([0, 0, -sphere_r - height * i])
|
||||||
linear_extrude(height * i)
|
linear_extrude(height * i)
|
||||||
|
Reference in New Issue
Block a user