author | Michael Krelin <hacker@klever.net> | 2018-07-31 19:51:59 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-31 19:51:59 (UTC) |
commit | 4a82ab895f87a13be001635118499243f3a6171e (patch) (unidiff) | |
tree | 6ba4b3fe42dae62649c4b6d477447f8a77accc6f /multiswitch.scad | |
parent | 2489b5446f56dbabbca9b4ea9f40870c7f4f69e6 (diff) | |
download | extrudery-4a82ab895f87a13be001635118499243f3a6171e.zip extrudery-4a82ab895f87a13be001635118499243f3a6171e.tar.gz extrudery-4a82ab895f87a13be001635118499243f3a6171e.tar.bz2 |
a tiny bit more compact
-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( | |||
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); |