-rw-r--r-- | pushfit_data.scad | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pushfit_data.scad b/pushfit_data.scad index c385088..3e9ea02 100644 --- a/pushfit_data.scad +++ b/pushfit_data.scad @@ -1,3 +1,10 @@ +pushfit_metal = [ ["type", "embeddest"], + ["d", 7], // outer diameter + ["id", 5.6], // inner diameter, the narrow passage + ["h", 6.8], // total height + ["h_legspace", 4], // the height of legspace + ["ch", 1] // inlet chamfer +]; pushfit_embeddest = [ ["type", "embeddest"], ["d", 8], // outer diameter of legspace ["id", 6], // inner diameter, the narrow passage |