-rw-r--r-- | multimixer.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimixer.scad b/multimixer.scad index 73980b1..4d4473e 100644 --- a/multimixer.scad +++ b/multimixer.scad | |||
@@ -12,7 +12,7 @@ module multimixer( | |||
12 | shell = 5*extrusion_width, | 12 | shell = 5*extrusion_width, |
13 | pf = pushfit_embeddest, | 13 | pf = pushfit_embeddest, |
14 | debug = 0, // how many inputs -1 the debug cutout spans | 14 | debug = 0, // how many inputs -1 the debug cutout spans |
15 | print = false, | 15 | print = true, |
16 | 16 | ||
17 | liner_d_tolerance=.2 | 17 | liner_d_tolerance=.2 |
18 | ) { | 18 | ) { |
@@ -102,4 +102,4 @@ module multimixer( | |||
102 | 102 | ||
103 | } | 103 | } |
104 | 104 | ||
105 | multimixer(debug=2); | 105 | multimixer(debug=2,print=false); |