From 4a82ab895f87a13be001635118499243f3a6171e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 31 Jul 2018 19:51:59 +0000 Subject: a tiny bit more compact --- (limited to 'multiswitch.scad') diff --git a/multiswitch.scad b/multiswitch.scad index ae85ee3..2b909a9 100644 --- a/multiswitch.scad +++ b/multiswitch.scad @@ -30,7 +30,7 @@ module multiswitch( sinsin = sin(angle)*sin(angular_step/2); function l_to(d) = d*cos(asin(sinsin))/sinsin; 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); l_narrow = l_to(lod/2+minshell); -- cgit v0.9.0.2