-rw-r--r-- | multiswitch.scad (renamed from multimixer.scad) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimixer.scad b/multiswitch.scad index 4d4473e..75d95e4 100644 --- a/multimixer.scad +++ b/multiswitch.scad @@ -4,7 +4,7 @@ epsilon=.01; use <pushfittery.scad>; include <pushfit_data.scad>; -module multimixer( +module multiswitch( liner_od = 4, liner_id = 2, angle = 15, // to the vertical (output) axis inputs = 4, @@ -102,4 +102,4 @@ module multimixer( } -multimixer(debug=2,print=false); +multiswitch(debug=2,print=false); |