From 93cc69f661789c602bc4703a1950359fc5e5eebd Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 27 Jan 2020 16:50:29 +0800 Subject: [PATCH] reduce deps --- examples/knot.scad | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/knot.scad b/examples/knot.scad index ac0dd9ab..becefa34 100644 --- a/examples/knot.scad +++ b/examples/knot.scad @@ -1,8 +1,6 @@ -include ; -include ; -include ; -include ; -include ; +use ; +use ; +use ; p = 2; q = 3;