-rw-r--r-- | fanduct.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad index e16c5ae..72143e2 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -80,9 +80,9 @@ module fanduct(type=type) { | |||
80 | rotate_extrude($fn=smooth_f) | 80 | rotate_extrude($fn=smooth_f) |
81 | polygon([ | 81 | polygon([ |
82 | [0,-fanduct_elevation], | 82 | [0,-fanduct_elevation], |
83 | [fanduct_ir+fanduct_shell,fanduct_shell+fanduct_h/2], | 83 | [fanduct_ir+fanduct_shell,fanduct_shell+fanduct_h/2], |
84 | [fanduct_ir+fanduct_shell,0], | 84 | [fanduct_ir+fanduct_shell+fanduct_w/2,0], |
85 | [0,-fanduct_elevation-.1]]); | 85 | [0,-fanduct_elevation-.1]]); |
86 | translate([0,0,-1]) | 86 | translate([0,0,-1]) |
87 | cylinder(r=hotend_clearance,h=fanduct_h+2*fanduct_shell+2,$fn=smooth_f); | 87 | cylinder(r=hotend_clearance,h=fanduct_h+2*fanduct_shell+2,$fn=smooth_f); |
88 | mirror([0,0,1]) | 88 | mirror([0,0,1]) |
@@ -94,9 +94,9 @@ module fanduct(type=type) { | |||
94 | rotate_extrude($fn=smooth_f) | 94 | rotate_extrude($fn=smooth_f) |
95 | polygon([ | 95 | polygon([ |
96 | [0,-fanduct_elevation], | 96 | [0,-fanduct_elevation], |
97 | [fanduct_ir+fanduct_shell+1,fanduct_h/2], | 97 | [fanduct_ir+fanduct_shell+1,fanduct_h/2], |
98 | [fanduct_ir+fanduct_shell+1,fanduct_shell], | 98 | [fanduct_ir+fanduct_w/2+fanduct_shell+1,fanduct_shell], |
99 | [0,-fanduct_elevation-.1]]); | 99 | [0,-fanduct_elevation-.1]]); |
100 | circus("airguides"); | 100 | circus("airguides"); |
101 | } | 101 | } |
102 | }else if(what=="airguides") { | 102 | }else if(what=="airguides") { |