author | Michael Krelin <hacker@klever.net> | 2018-07-26 06:14:49 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-26 06:14:49 (UTC) |
commit | 9addf25637ad73a41c3ab2e9610b8a50166805fa (patch) (unidiff) | |
tree | cd152fd769cabc264fb1aaa9dc688d34e4f17547 | |
parent | 76d002b6afe1b4e24f4cb67c08252ab632f020fc (diff) | |
download | extrudery-9addf25637ad73a41c3ab2e9610b8a50166805fa.zip extrudery-9addf25637ad73a41c3ab2e9610b8a50166805fa.tar.gz extrudery-9addf25637ad73a41c3ab2e9610b8a50166805fa.tar.bz2 |
I don't use filament_d anywhere
-rw-r--r-- | multimixer.scad | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimixer.scad b/multimixer.scad index 38a0a38..73980b1 100644 --- a/multimixer.scad +++ b/multimixer.scad | |||
@@ -5,7 +5,6 @@ use <pushfittery.scad>; | |||
5 | include <pushfit_data.scad>; | 5 | include <pushfit_data.scad>; |
6 | 6 | ||
7 | module multimixer( | 7 | module multimixer( |
8 | filament_d = 1.75, | ||
9 | liner_od = 4, liner_id = 2, | 8 | liner_od = 4, liner_id = 2, |
10 | angle = 15, // to the vertical (output) axis | 9 | angle = 15, // to the vertical (output) axis |
11 | inputs = 4, | 10 | inputs = 4, |