summaryrefslogtreecommitdiff
Side-by-side diff
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
@@ -15,7 +15,11 @@ 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
];
-
+stock_pushfits = [
+ ["threaded", pushfit_threaded],
+ ["embedded", pushfit_embedded],
+ ["embeddest", pushfit_embeddest]
+];