summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--fanduct.scad4
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) {
rotate_extrude($fn=smooth_f)
polygon([
[0,-fanduct_elevation],
[fanduct_ir+fanduct_shell,fanduct_shell+fanduct_h/2],
- [fanduct_ir+fanduct_shell,0],
+ [fanduct_ir+fanduct_shell+fanduct_w/2,0],
[0,-fanduct_elevation-.1]]);
translate([0,0,-1])
cylinder(r=hotend_clearance,h=fanduct_h+2*fanduct_shell+2,$fn=smooth_f);
mirror([0,0,1])
@@ -94,9 +94,9 @@ module fanduct(type=type) {
rotate_extrude($fn=smooth_f)
polygon([
[0,-fanduct_elevation],
[fanduct_ir+fanduct_shell+1,fanduct_h/2],
- [fanduct_ir+fanduct_shell+1,fanduct_shell],
+ [fanduct_ir+fanduct_w/2+fanduct_shell+1,fanduct_shell],
[0,-fanduct_elevation-.1]]);
circus("airguides");
}
}else if(what=="airguides") {