From fa18ee0b91a8f6eb0ad73f301aaf77db03045414 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 27 Jan 2020 16:09:29 +0800 Subject: [PATCH] use scad --- test/test_shape_glued2circles.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_shape_glued2circles.scad b/test/test_shape_glued2circles.scad index 27551f70..94840aff 100644 --- a/test/test_shape_glued2circles.scad +++ b/test/test_shape_glued2circles.scad @@ -1,5 +1,5 @@ -include ; -include ; +use ; +use ; module test_shape_glued2circles() { echo("==== test_shape_glued2circles ====");