mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
refactored
This commit is contained in:
@@ -21,7 +21,7 @@ module crystal_ball(radius, theta = 360, phi = 180) {
|
||||
shape_pts = shape_pie(
|
||||
radius,
|
||||
[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
|
||||
|
Reference in New Issue
Block a user