diff --git a/src/polyline3d.scad b/src/polyline3d.scad index 75b336b6..bf688376 100644 --- a/src/polyline3d.scad +++ b/src/polyline3d.scad @@ -30,7 +30,7 @@ module polyline3d(points, thickness, startingStyle = "CAP_CIRCLE", endingStyle = p1Style = p1Style, p2Style = p2Style); // hook for testing - test_line_segment(index, p1, p2, thickness, p1Style, p2Style); + test_line3d_segment(index, p1, p2, thickness, p1Style, p2Style); } module polyline3d_inner(index) {