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) (unidiff)
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 @@
1pushfit_embeddest = [ ["type", "embeddest"],
2 ["d", 8], // outer diameter of legspace
3 ["id", 6], // inner diameter, the narrow passage
4 ["h", 7], // total height
5 ["h_legspace", 3.2], // the height of legspace
6 ["ch", 1] // inlet chamfer
7];
8pushfit_embedded = [ ["type", "embedded"],
9 ["d", 12], // outer diameter
10 ["h", 7 ], // total height
11 ["h_ring", 4.7], // height of embedded pushfit ring
12 ["d_insert", 8], // diameter of pushfit insert legs hole
13];
14pushfit_threaded = [ ["type", "threaded"],
15 ["h", 10], // total height
16 ["d", 25.4*3/8 ], // the diameter to return
17 ["d_tolerance", 0.5], // the diameter tolerance
18 ["tpi", 28] // threads per inch
19];
20
21