From 0d6c302f5e23490aec29d6e8cc2dffc0adce8602 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 25 Jul 2018 05:59:03 +0000 Subject: draft of the more materials mixer --- (limited to 'pushfit_data.scad') 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 +]; + + -- cgit v0.9.0.2