summaryrefslogtreecommitdiff
path: root/pushfit_data.scad
authorMichael Krelin <hacker@klever.net>2018-07-25 05:59:03 (UTC)
committer Michael Krelin <hacker@klever.net>2018-07-25 05:59:03 (UTC)
commit0d6c302f5e23490aec29d6e8cc2dffc0adce8602 (patch) (side-by-side diff)
tree3337b5a77e38f0e49cb30d1fa1f9357d1699ad97 /pushfit_data.scad
parent3f077364320ef368c4fd64d476c6e9fd9394c07a (diff)
downloadextrudery-0d6c302f5e23490aec29d6e8cc2dffc0adce8602.zip
extrudery-0d6c302f5e23490aec29d6e8cc2dffc0adce8602.tar.gz
extrudery-0d6c302f5e23490aec29d6e8cc2dffc0adce8602.tar.bz2
draft of the more materials mixer
Diffstat (limited to 'pushfit_data.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--pushfit_data.scad21
1 files changed, 21 insertions, 0 deletions
diff --git a/pushfit_data.scad b/pushfit_data.scad
new file mode 100644
index 0000000..c0ce3d0
--- a/dev/null
+++ b/pushfit_data.scad
@@ -0,0 +1,21 @@
+pushfit_embeddest = [ ["type", "embeddest"],
+ ["d", 8], // outer diameter of legspace
+ ["id", 6], // inner diameter, the narrow passage
+ ["h", 7], // total height
+ ["h_legspace", 3.2], // the height of legspace
+ ["ch", 1] // inlet chamfer
+];
+pushfit_embedded = [ ["type", "embedded"],
+ ["d", 12], // outer diameter
+ ["h", 7 ], // total height
+ ["h_ring", 4.7], // height of embedded pushfit ring
+ ["d_insert", 8], // diameter of pushfit insert legs hole
+];
+pushfit_threaded = [ ["type", "threaded"],
+ ["h", 10], // total height
+ ["d", 25.4*3/8 ], // the diameter to return
+ ["d_tolerance", 0.5], // the diameter tolerance
+ ["tpi", 28] // threads per inch
+];
+
+