From cd3c9592b1b26ed98eda97fbf5b098bdcf4c1abd Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 25 Jul 2018 21:24:06 +0000 Subject: more flexible debug cutout --- diff --git a/multimixer.scad b/multimixer.scad index 0893457..21f71e4 100644 --- a/multimixer.scad +++ b/multimixer.scad @@ -12,7 +12,7 @@ module multimixer( minshell = 2*extrusion_width, shell = 5*extrusion_width, pf = pushfit_embeddest, - debug = true + debug = 0, // how many inputs -1 the debug cutout spans ) { fnd = 4*PI; fnr = 2*fnd; @@ -90,11 +90,11 @@ module multimixer( } if(debug) { translate([0,0,-20/*TODO:*/]) - rotate_extrude(angle=angular_step) + rotate_extrude(angle=angular_step*debug) square([50,100]/*TODO:*/); } } } -multimixer(debug=true); +multimixer(debug=2); -- cgit v0.9.0.2