-rw-r--r-- | fanduct.scad | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad index 8d0414f..52aee0e 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -270,8 +270,7 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) { | |||
270 | if(what=="in") { | 270 | if(what=="in") { |
271 | placeit() translate([0,-inlet_w/2,0]) { | 271 | placeit() translate([0,-inlet_w/2,0]) { |
272 | difference() { | 272 | difference() { |
273 | cube(size=[inlet_h,inlet_w,inlet_long_l+fanduct_shell]); | 273 | cube(size=[inlet_h,inlet_w,inlet_long_l+fanduct_shell]); translate([inlet_h+fanduct_shell,0,inlet_long_l+fanduct_shell]) |
274 | translate([inlet_h+fanduct_shell,0,inlet_long_l+fanduct_shell]) | ||
275 | rotate([-90,0,0]) | 274 | rotate([-90,0,0]) |
276 | translate([0,0,-1]) | 275 | translate([0,0,-1]) |
277 | cylinder(r=inlet_h,h=inlet_w+2*fanduct_shell+2,$fn=inlet_h*4); | 276 | cylinder(r=inlet_h,h=inlet_w+2*fanduct_shell+2,$fn=inlet_h*4); |