-rw-r--r-- | multiswitch.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiswitch.scad b/multiswitch.scad index ae85ee3..2b909a9 100644 --- a/multiswitch.scad +++ b/multiswitch.scad | |||
@@ -30,7 +30,7 @@ module multiswitch( | |||
30 | sinsin = sin(angle)*sin(angular_step/2); | 30 | sinsin = sin(angle)*sin(angular_step/2); |
31 | function l_to(d) = d*cos(asin(sinsin))/sinsin; | 31 | function l_to(d) = d*cos(asin(sinsin))/sinsin; |
32 | l_output = lod; | 32 | l_output = lod; |
33 | l_input = l_to(pushfit_d/2+minshell); | 33 | l_input = l_to((pushfit_d+minshell)/2); |
34 | l_fork = l_to(liner_id/2); | 34 | l_fork = l_to(liner_id/2); |
35 | l_narrow = l_to(lod/2+minshell); | 35 | l_narrow = l_to(lod/2+minshell); |
36 | 36 | ||