author | Michael Krelin <hacker@klever.net> | 2018-07-31 19:53:06 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-31 19:53:06 (UTC) |
commit | e25427a293ea1f3cbf2e1f90562fb76d8c5632ba (patch) (side-by-side diff) | |
tree | a44a3ac75f9a2ef2b72a30cbc6113a6aa1083cc1 | |
parent | 4a82ab895f87a13be001635118499243f3a6171e (diff) | |
download | extrudery-e25427a293ea1f3cbf2e1f90562fb76d8c5632ba.zip extrudery-e25427a293ea1f3cbf2e1f90562fb76d8c5632ba.tar.gz extrudery-e25427a293ea1f3cbf2e1f90562fb76d8c5632ba.tar.bz2 |
multiswitch: customizer cutoff comment
-rw-r--r-- | multiswitch.scad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multiswitch.scad b/multiswitch.scad index 2b909a9..f58b7bd 100644 --- a/multiswitch.scad +++ b/multiswitch.scad @@ -102,7 +102,9 @@ module multiswitch( square([50,100]/*TODO:*/); } } } -multiswitch(debug=2,print=false); + +//CUSTOMIZERCUTOFF +multiswitch(debug=1,print=false,inputs=2); |