-rw-r--r-- | multiswitch-metal.scad | 4 | ||||
-rw-r--r-- | pushfit_data.scad | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/multiswitch-metal.scad b/multiswitch-metal.scad new file mode 100644 index 0000000..f736842 --- a/dev/null +++ b/multiswitch-metal.scad | |||
@@ -0,0 +1,4 @@ | |||
1 | use <multiswitch.scad>; | ||
2 | include <pushfit_data.scad>; | ||
3 | |||
4 | multiswitch(pf=pushfit_metal,inputs=inputs,debug=0); | ||
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 @@ | |||
1 | pushfit_metal = [ ["type", "embeddest"], | ||
2 | ["d", 7], // outer diameter | ||
3 | ["id", 5.6], // inner diameter, the narrow passage | ||
4 | ["h", 6.8], // total height | ||
5 | ["h_legspace", 4], // the height of legspace | ||
6 | ["ch", 1] // inlet chamfer | ||
7 | ]; | ||
1 | pushfit_embeddest = [ ["type", "embeddest"], | 8 | pushfit_embeddest = [ ["type", "embeddest"], |
2 | ["d", 8], // outer diameter of legspace | 9 | ["d", 8], // outer diameter of legspace |
3 | ["id", 6], // inner diameter, the narrow passage | 10 | ["id", 6], // inner diameter, the narrow passage |