summaryrefslogtreecommitdiff
path: root/pushfit_data.scad
authorMichael Krelin <hacker@klever.net>2018-07-31 19:27:20 (UTC)
committer Michael Krelin <hacker@klever.net>2018-07-31 19:27:20 (UTC)
commitd9b12712aad96c583cc10406f00b0383eb7b7ab2 (patch) (side-by-side diff)
tree2c472e03e72d0ed48d9a528d1dcfa25e22d0d1a8 /pushfit_data.scad
parent5752d03e9b6750447faaa5174bab1e797e4e3f2f (diff)
downloadextrudery-d9b12712aad96c583cc10406f00b0383eb7b7ab2.zip
extrudery-d9b12712aad96c583cc10406f00b0383eb7b7ab2.tar.gz
extrudery-d9b12712aad96c583cc10406f00b0383eb7b7ab2.tar.bz2
pushfit_data: added named pushfits map
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"],
["tpi", 28] // threads per inch
];
-
+stock_pushfits = [
+ ["threaded", pushfit_threaded],
+ ["embedded", pushfit_embedded],
+ ["embeddest", pushfit_embeddest]
+];