-rw-r--r-- | multiswitch-c8r.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multiswitch-c8r.scad b/multiswitch-c8r.scad index a6a5dbb..e1b08f2 100644 --- a/multiswitch-c8r.scad +++ b/multiswitch-c8r.scad | |||
@@ -1,8 +1,8 @@ | |||
1 | 1 | ||
2 | // Well, you can go higher, but that would probably be ridiculous | 2 | // Well, you can go higher, but that would probably be ridiculous |
3 | number_of_inputs = 4; // [2,3,4,5,6]; | 3 | number_of_inputs = 4; // [2,3,4,5,6] |
4 | // Pushfit types are e3d threaded pusfit, e3d embedded and printed ring with only the collet put into it. Note, that rendering 4 threaded pushfit sockets borders with impossible, and it's too big, anyway. | 4 | // Pushfit types are e3d threaded pusfit, e3d embedded and printed ring with only the collet put into it. Note, that rendering 4 threaded pushfit sockets borders with impossible, and it's too big, anyway. |
5 | pushfit_type = "embeddest"; // ["threaded","embedded","embeddest"] | 5 | pushfit_type = "embeddest"; // [embeddest,embedded,threaded] |
6 | join_angle = 15; | 6 | join_angle = 15; |
7 | 7 | ||
8 | // Outer diameter of PTFE liner | 8 | // Outer diameter of PTFE liner |