-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 @@ -9,13 +9,13 @@ module multimixer( angle = 15, // to the vertical (output) axis inputs = 4, minshell = 2*extrusion_width, 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 ) { fnd = 4*PI; fnr = 2*fnd; pushfit_d = pf_d(pf); @@ -99,7 +99,7 @@ module multimixer( square([50,100]/*TODO:*/); } } } -multimixer(debug=2); +multimixer(debug=2,print=false); |