1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00

refactored

This commit is contained in:
Justin Lin
2017-05-23 09:13:26 +08:00
parent 0ed762361d
commit 502b7f2778

View File

@@ -21,9 +21,9 @@ module crystal_ball(radius, theta = 360, phi = 180) {
shape_pts = shape_pie( shape_pts = shape_pie(
radius, radius,
[90 - phis[1], 90 - phis[0]], [90 - phis[1], 90 - phis[0]],
$fn = __nearest_multiple_of_4(__frags(frags)) $fn = __nearest_multiple_of_4(frags)
); );
// _hole_r = 0.0005 for avoiding warnings // _hole_r = 0.0005 for avoiding warnings
_hole_r = 0.0005; _hole_r = 0.0005;
ring_extrude( ring_extrude(