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 /multiswitch.scad | |
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 | |||
@@ -92,17 +92,19 @@ module multiswitch( | |||
92 | } | 92 | } |
93 | hull() { | 93 | hull() { |
94 | forinputs() | 94 | forinputs() |
95 | translate([0,0,l_fork]) cylinder(d=liner_id,h=epsilon,$fn=liner_id*fnd); | 95 | translate([0,0,l_fork]) cylinder(d=liner_id,h=epsilon,$fn=liner_id*fnd); |
96 | foroutput() | 96 | foroutput() |
97 | cylinder(d=liner_id,h=epsilon,$fn=liner_id*fnd); | 97 | cylinder(d=liner_id,h=epsilon,$fn=liner_id*fnd); |
98 | } | 98 | } |
99 | if(debug) { | 99 | if(debug) { |
100 | translate([0,0,-20/*TODO:*/]) | 100 | translate([0,0,-20/*TODO:*/]) |
101 | rotate_extrude(angle=angular_step*debug) | 101 | rotate_extrude(angle=angular_step*debug) |
102 | square([50,100]/*TODO:*/); | 102 | square([50,100]/*TODO:*/); |
103 | } | 103 | } |
104 | } | 104 | } |
105 | 105 | ||
106 | } | 106 | } |
107 | 107 | ||
108 | multiswitch(debug=2,print=false); | 108 | |
109 | //CUSTOMIZERCUTOFF | ||
110 | multiswitch(debug=1,print=false,inputs=2); | ||