summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-07-26 21:33:31 (UTC)
committer Michael Krelin <hacker@klever.net>2018-07-26 21:33:31 (UTC)
commit174398de1eb4cc1361107f23956339cea5fe95f2 (patch) (side-by-side diff)
tree60127169cef9508fed83931962c0422aab305dba
parent28081c9a7232b051b3b364ad5450b17f2561edbe (diff)
downloadextrudery-174398de1eb4cc1361107f23956339cea5fe95f2.zip
extrudery-174398de1eb4cc1361107f23956339cea5fe95f2.tar.gz
extrudery-174398de1eb4cc1361107f23956339cea5fe95f2.tar.bz2
renamed multimixer to multiswitch
after all it doesn't mix anything…
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--multiswitch.scad (renamed from multimixer.scad)4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimixer.scad b/multiswitch.scad
index 4d4473e..75d95e4 100644
--- a/multimixer.scad
+++ b/multiswitch.scad
@@ -1,13 +1,13 @@
layer_height=.2; extrusion_width=.5;
epsilon=.01;
use <pushfittery.scad>;
include <pushfit_data.scad>;
-module multimixer(
+module multiswitch(
liner_od = 4, liner_id = 2,
angle = 15, // to the vertical (output) axis
inputs = 4,
minshell = 2*extrusion_width,
shell = 5*extrusion_width,
pf = pushfit_embeddest,
@@ -99,7 +99,7 @@ module multimixer(
square([50,100]/*TODO:*/);
}
}
}
-multimixer(debug=2,print=false);
+multiswitch(debug=2,print=false);