We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7677d11 commit 6a97ef7Copy full SHA for 6a97ef7
regular_shapes.scad
@@ -203,4 +203,4 @@ module square_pyramid(base_x, base_y,height)
203
204
// Tests:
205
206
-test_square_pyramid(){square_pyramid(10, 20, 30);}
+module test_square_pyramid(){square_pyramid(10, 20, 30);}
0 commit comments