summaryrefslogtreecommitdiff
authorIvan Kokshaysky <ink@unseen.parts>2018-08-07 17:28:25 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-11 20:42:22 (UTC)
commit85e4ed9548fa3be5b95004491b6c178a2990bbe7 (patch) (side-by-side diff)
tree783ccab0b10d098aae08a6b7d13b28756dd55ff9
parent6ff4b3c2e76bbc6d37e933bcab7c47260785cab6 (diff)
downloadextrudery-85e4ed9548fa3be5b95004491b6c178a2990bbe7.zip
extrudery-85e4ed9548fa3be5b95004491b6c178a2990bbe7.tar.gz
extrudery-85e4ed9548fa3be5b95004491b6c178a2990bbe7.tar.bz2
Add embedded bowden collet for metal
Signed-off-by: Ivan Kokshaysky <ink@unseen.parts>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--multiswitch-metal.scad4
-rw-r--r--pushfit_data.scad7
2 files changed, 11 insertions, 0 deletions
diff --git a/multiswitch-metal.scad b/multiswitch-metal.scad
new file mode 100644
index 0000000..f736842
--- a/dev/null
+++ b/multiswitch-metal.scad
@@ -0,0 +1,4 @@
+use <multiswitch.scad>;
+include <pushfit_data.scad>;
+
+multiswitch(pf=pushfit_metal,inputs=inputs,debug=0);
diff --git a/pushfit_data.scad b/pushfit_data.scad
index c385088..3e9ea02 100644
--- a/pushfit_data.scad
+++ b/pushfit_data.scad
@@ -1,3 +1,10 @@
+pushfit_metal = [ ["type", "embeddest"],
+ ["d", 7], // outer diameter
+ ["id", 5.6], // inner diameter, the narrow passage
+ ["h", 6.8], // total height
+ ["h_legspace", 4], // the height of legspace
+ ["ch", 1] // inlet chamfer
+];
pushfit_embeddest = [ ["type", "embeddest"],
["d", 8], // outer diameter of legspace
["id", 6], // inner diameter, the narrow passage