From 4d261635f8d47ef003c113c99e7f2b9341739659 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 20 Jul 2016 18:51:34 +0000 Subject: whitespace changes --- 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) { if(what=="in") { placeit() translate([0,-inlet_w/2,0]) { difference() { - cube(size=[inlet_h,inlet_w,inlet_long_l+fanduct_shell]); - translate([inlet_h+fanduct_shell,0,inlet_long_l+fanduct_shell]) + cube(size=[inlet_h,inlet_w,inlet_long_l+fanduct_shell]); translate([inlet_h+fanduct_shell,0,inlet_long_l+fanduct_shell]) rotate([-90,0,0]) translate([0,0,-1]) cylinder(r=inlet_h,h=inlet_w+2*fanduct_shell+2,$fn=inlet_h*4); -- cgit v0.9.0.2