1
0
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:
Justin Lin
2017-06-02 10:26:11 +08:00
parent 31be55ed9b
commit be236470f9

View File

@@ -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) {
} }