author | Michael Krelin <hacker@klever.net> | 2018-07-31 20:07:04 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-31 20:07:04 (UTC) |
commit | 16d8fccf43063c025c7dc85cfb06492cca682019 (patch) (side-by-side diff) | |
tree | 711d1acb0db96ddcc40b04e689e994f0a3b74548 | |
parent | deceeaeaf76201c370f824499ce9d751e7d39aee (diff) | |
download | extrudery-16d8fccf43063c025c7dc85cfb06492cca682019.zip extrudery-16d8fccf43063c025c7dc85cfb06492cca682019.tar.gz extrudery-16d8fccf43063c025c7dc85cfb06492cca682019.tar.bz2 |
multiswitch: fix customizer prefix
-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 @@ -2,5 +2,5 @@ // Well, you can go higher, but that would probably be ridiculous -number_of_inputs = 4; // [2,3,4,5,6]; +number_of_inputs = 4; // [2,3,4,5,6] // 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. -pushfit_type = "embeddest"; // ["threaded","embedded","embeddest"] +pushfit_type = "embeddest"; // [embeddest,embedded,threaded] join_angle = 15; |