-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 @@ -32,3 +32,3 @@ module multiswitch( l_output = lod; - l_input = l_to(pushfit_d/2+minshell); + l_input = l_to((pushfit_d+minshell)/2); l_fork = l_to(liner_id/2); |