From 28081c9a7232b051b3b364ad5450b17f2561edbe Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 26 Jul 2018 06:16:29 +0000 Subject: print is true by default, but false for development --- diff --git a/multimixer.scad b/multimixer.scad index 73980b1..4d4473e 100644 --- a/multimixer.scad +++ b/multimixer.scad @@ -12,7 +12,7 @@ module multimixer( shell = 5*extrusion_width, pf = pushfit_embeddest, debug = 0, // how many inputs -1 the debug cutout spans - print = false, + print = true, liner_d_tolerance=.2 ) { @@ -102,4 +102,4 @@ module multimixer( } -multimixer(debug=2); +multimixer(debug=2,print=false); -- cgit v0.9.0.2