From e2e6b9437cccacd0946b1b4716a8d1b9d4299e18 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 26 Jan 2020 18:01:08 +0800 Subject: [PATCH] use scad --- test/pixel/test_px_sphere.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pixel/test_px_sphere.scad b/test/pixel/test_px_sphere.scad index dc432bfa..1b09472d 100644 --- a/test/pixel/test_px_sphere.scad +++ b/test/pixel/test_px_sphere.scad @@ -1,5 +1,5 @@ -include ; -include ; +use ; +use ; module test_px_sphere() { echo("==== test_px_sphere ====");