mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 03:34:42 +02:00
added test hook
This commit is contained in:
@@ -32,4 +32,13 @@ module crystal_ball(radius, theta = 360, phi = 180) {
|
|||||||
radius = _hole_r,
|
radius = _hole_r,
|
||||||
$fn = frags
|
$fn = frags
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// hook for testing
|
||||||
|
|
||||||
|
test_crystal_ball_pie(shape_pts);
|
||||||
|
}
|
||||||
|
|
||||||
|
// override it to test
|
||||||
|
module test_crystal_ball_pie(shape_pts) {
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user