1
0
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:
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,
$fn = frags
);
// hook for testing
test_crystal_ball_pie(shape_pts);
}
// override it to test
module test_crystal_ball_pie(shape_pts) {
}