From 166a4b0278c4a1496311a1cdaf8a90f7e9da4faa Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 7 Jun 2017 08:53:58 +0800 Subject: [PATCH] fixed name error --- src/polyline3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {