diff --git a/src/crystal_ball.scad b/src/crystal_ball.scad index 4d386024..4caf1952 100644 --- a/src/crystal_ball.scad +++ b/src/crystal_ball.scad @@ -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) { + } \ No newline at end of file