From 93f883036f32c8e2632563d280c7a3b7d41b5667 Mon Sep 17 00:00:00 2001 From: Daniel Loffgren Date: Tue, 20 Sep 2022 23:16:28 -0700 Subject: [PATCH] functions.scad uses $double_sculpt_radius without including settings.scad --- src/functions.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.scad b/src/functions.scad index 6bfd3b4..f3ce634 100644 --- a/src/functions.scad +++ b/src/functions.scad @@ -1,4 +1,5 @@ include +include // I use functions when I need to compute special variables off of other special variables // functions need to be explicitly included, unlike special variables, which