diff --git a/src/rounded_cube.scad b/src/rounded_cube.scad index cd532b04..e481f730 100644 --- a/src/rounded_cube.scad +++ b/src/rounded_cube.scad @@ -61,9 +61,9 @@ module rounded_cube(size, corner_r, center = false) { } // hook for testing - test_rounded_edge_corner_center(corners, center_pts); + test_rounded_edge_corner_center(corner_frags, corners, center_pts); } -module test_rounded_edge_corner_center(corners, center_pts) { +module test_rounded_edge_corner_center(corner_frags, corners, center_pts) { } \ No newline at end of file