From 9fc93a0448f39ecb6278b6a8788018f6ce891de3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 27 Jan 2020 14:59:15 +0800 Subject: [PATCH] use scad --- test/test_hull_polyline2d.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_hull_polyline2d.scad b/test/test_hull_polyline2d.scad index ea377b06..58c2bd52 100644 --- a/test/test_hull_polyline2d.scad +++ b/test/test_hull_polyline2d.scad @@ -1,5 +1,5 @@ -include ; -include ; +use ; +use ; module test_hull_polyline2d_line_segment(index, point1, point2, radius) { points = [[1, 2], [-5, -4], [-5, 3], [5, 5]];