-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 | |||
@@ -1,13 +1,13 @@ | |||
1 | layer_height=.2; extrusion_width=.5; | 1 | layer_height=.2; extrusion_width=.5; |
2 | epsilon=.01; | 2 | epsilon=.01; |
3 | 3 | ||
4 | use <pushfittery.scad>; | 4 | use <pushfittery.scad>; |
5 | include <pushfit_data.scad>; | 5 | include <pushfit_data.scad>; |
6 | 6 | ||
7 | module multimixer( | 7 | module multiswitch( |
8 | liner_od = 4, liner_id = 2, | 8 | liner_od = 4, liner_id = 2, |
9 | angle = 15, // to the vertical (output) axis | 9 | angle = 15, // to the vertical (output) axis |
10 | inputs = 4, | 10 | inputs = 4, |
11 | minshell = 2*extrusion_width, | 11 | minshell = 2*extrusion_width, |
12 | shell = 5*extrusion_width, | 12 | shell = 5*extrusion_width, |
13 | pf = pushfit_embeddest, | 13 | pf = pushfit_embeddest, |
@@ -99,7 +99,7 @@ module multimixer( | |||
99 | square([50,100]/*TODO:*/); | 99 | square([50,100]/*TODO:*/); |
100 | } | 100 | } |
101 | } | 101 | } |
102 | 102 | ||
103 | } | 103 | } |
104 | 104 | ||
105 | multimixer(debug=2,print=false); | 105 | multiswitch(debug=2,print=false); |