summaryrefslogtreecommitdiff
path: root/pushfit_data.scad
Unidiff
Diffstat (limited to 'pushfit_data.scad') (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
@@ -18,4 +18,8 @@ pushfit_threaded = [ ["type", "threaded"],
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];