author | Michael Krelin <hacker@klever.net> | 2016-05-29 21:10:43 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-05-29 21:10:43 (UTC) |
commit | 2ad350e5b2661fa64d3b04588b9b0986f29a72b9 (patch) (side-by-side diff) | |
tree | 8abd233aa65fb79c35eb1abd54fe6ccf0c67ee80 | |
parent | 6369f8a5865e1ce85d5b7a0520da47adbe86eba1 (diff) | |
download | fanductory-2ad350e5b2661fa64d3b04588b9b0986f29a72b9.zip fanductory-2ad350e5b2661fa64d3b04588b9b0986f29a72b9.tar.gz fanductory-2ad350e5b2661fa64d3b04588b9b0986f29a72b9.tar.bz2 |
circular output going deeper
and deeper and deeper and deeper insiiiiiiiiiide
-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 @@ -81,7 +81,7 @@ module fanduct(type=type) { 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); @@ -95,7 +95,7 @@ module fanduct(type=type) { 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"); } |