From 645d0946c1e35147ee8c3e4815d34c6d1dc9f84f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 21 May 2019 18:54:02 +0800 Subject: [PATCH] remove re-asigned --- test/test_hull_polyline2d.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_hull_polyline2d.scad b/test/test_hull_polyline2d.scad index 93ed64f1..f2e9b074 100644 --- a/test/test_hull_polyline2d.scad +++ b/test/test_hull_polyline2d.scad @@ -14,8 +14,6 @@ module test_hull_polyline2d() { assertEqualPoint(points[index], point2); assertEqual(line_width, radius * 2); } - - $fn = 4; hull_polyline2d( points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],