mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +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,
|
||||
$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