From dd7ed32f4cee49bfbc820e8302d7f735282e915a Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 26 Jan 2020 20:45:02 +0800 Subject: [PATCH] use scad --- src/pixel/px_polygon.scad | 3 +++ test/pixel/test_px_polygon.scad | 7 ++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pixel/px_polygon.scad b/src/pixel/px_polygon.scad index 60b04452..fea122b9 100644 --- a/src/pixel/px_polygon.scad +++ b/src/pixel/px_polygon.scad @@ -8,6 +8,9 @@ * **/ +use ; +use ; + function px_polygon(points, filled = false) = filled ? let( diff --git a/test/pixel/test_px_polygon.scad b/test/pixel/test_px_polygon.scad index a3bc9c90..ba737912 100644 --- a/test/pixel/test_px_polygon.scad +++ b/test/pixel/test_px_polygon.scad @@ -1,8 +1,5 @@ -include ; -include ; -include ; -include ; -include ; +use ; +use ; module test_px_polygon() { echo("==== test_px_polygon ====");