-rw-r--r-- | multiswitch-metal.scad | 4 |
1 files changed, 4 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); | ||