summaryrefslogtreecommitdiff
path: root/multimixer.scad
Unidiff
Diffstat (limited to 'multimixer.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--multimixer.scad6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimixer.scad b/multimixer.scad
index 0893457..21f71e4 100644
--- a/multimixer.scad
+++ b/multimixer.scad
@@ -14,3 +14,3 @@ module multimixer(
14 pf = pushfit_embeddest, 14 pf = pushfit_embeddest,
15 debug = true 15 debug = 0, // how many inputs -1 the debug cutout spans
16) { 16) {
@@ -92,3 +92,3 @@ module multimixer(
92 translate([0,0,-20/*TODO:*/]) 92 translate([0,0,-20/*TODO:*/])
93 rotate_extrude(angle=angular_step) 93 rotate_extrude(angle=angular_step*debug)
94 square([50,100]/*TODO:*/); 94 square([50,100]/*TODO:*/);
@@ -99,2 +99,2 @@ module multimixer(
99 99
100multimixer(debug=true); 100multimixer(debug=2);