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) (unidiff) | |
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 | |||
@@ -105,4 +105,6 @@ module multiswitch( | |||
105 | 105 | ||
106 | } | 106 | } |
107 | 107 | ||
108 | multiswitch(debug=2,print=false); | 108 | |
109 | //CUSTOMIZERCUTOFF | ||
110 | multiswitch(debug=1,print=false,inputs=2); | ||