summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pushfit_data.scad6
1 files changed, 5 insertions, 1 deletions
diff --git a/pushfit_data.scad b/pushfit_data.scad
index c0ce3d0..c385088 100644
--- a/pushfit_data.scad
+++ b/pushfit_data.scad
@@ -13,9 +13,13 @@ pushfit_embedded = [ ["type", "embedded"],
13]; 13];
14pushfit_threaded = [ ["type", "threaded"], 14pushfit_threaded = [ ["type", "threaded"],
15 ["h", 10], // total height 15 ["h", 10], // total height
16 ["d", 25.4*3/8 ], // the diameter to return 16 ["d", 25.4*3/8 ], // the diameter to return
17 ["d_tolerance", 0.5], // the diameter tolerance 17 ["d_tolerance", 0.5], // the diameter tolerance
18 ["tpi", 28] // threads per inch 18 ["tpi", 28] // threads per inch
19]; 19];
20 20
21 21stock_pushfits = [
22 ["threaded", pushfit_threaded],
23 ["embedded", pushfit_embedded],
24 ["embeddest", pushfit_embeddest]
25];