-rw-r--r-- | pushfit_data.scad | 6 |
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] +]; |