-rw-r--r-- | fanduct.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad index d467c60..a60609e 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -197,12 +197,12 @@ module fanduct(type=type) { | |||
197 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) | 197 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) |
198 | module tails(what) { | 198 | module tails(what) { |
199 | if(what=="in") { | 199 | if(what=="in") { |
200 | for(mx=[0,1]) mirror([mx,0,0]) | 200 | for(mx=[0,1]) mirror([mx,0,0]) |
201 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h]) | 201 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h/2]) |
202 | rotate([90,0,90]) | 202 | rotate([90,0,90]) |
203 | translate([0,0,-snapper_d/2]) | 203 | translate([0,0,-snapper_d/2]) |
204 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h+fanduct_shell); | 204 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h*3/2+fanduct_shell); |
205 | } | 205 | } |
206 | } | 206 | } |
207 | 207 | ||
208 | module parts(what) { | 208 | module parts(what) { |