summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
-rw-r--r--fanduct.scad3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 998b0ac..c52cfe7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,2 +4,3 @@ OPENSCAD_APP?=/Applications/OpenSCAD.app
4OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD 4OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD
5OPENSCAD_FLAGS=-D draft=false
5 6
diff --git a/fanduct.scad b/fanduct.scad
index 690a4c8..8d0414f 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -42,3 +42,4 @@ snapper_d = 8; snapper_overlap=0.2; // snip snap
42 42
43smooth_f = 120; 43draft=true;
44smooth_f = draft? 30 : 120;
44 45