From 232225bf8340cac2430474d30261f67a19f839ea Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 28 Jan 2020 14:43:24 +0800 Subject: [PATCH] add deps --- src/function_grapher.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/function_grapher.scad b/src/function_grapher.scad index b769745e..7968508e 100644 --- a/src/function_grapher.scad +++ b/src/function_grapher.scad @@ -9,6 +9,8 @@ **/ use ; +use ; +use ; module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") {