Skip to content
Snippets Groups Projects
Commit 51607f13 authored by fxk8y's avatar fxk8y :spider:
Browse files

Pushing funnel dev forward

parent d25ddab9
No related branches found
No related tags found
No related merge requests found
......@@ -217,26 +217,34 @@ module funnelFins(
fu_r = 2;
fu_str = 1.6;
module funnel() {
color(GreenPLA) {
module funnel() {
hs_h = hs_baseplate + hs_fin_d;
hs_h = hs_baseplate + hs_fin_d;
d = 5;
y_off = hs_w/2 - fu_outlet_w/2;
z_off = 0;
d = 2;
/* for (ty=[-y_off, y_off]) translate([hs_l/2, ty, z_off]) rotate([90, 90, 0]) */ cornerPipeLayOnFace(hs_h, fu_outlet_w, d, 180-179, 2, fu_str, center=true);
y_off = hs_w/2 - fu_outlet_w/2;
module half() {
difference() {
union() {
translate([hs_l/2, -y_off, -hs_h]) rotate([90, 0, 90]) cornerPipeLayOnFace(hs_h, fu_outlet_w, d, 180, fu_r, fu_str, centerX=true);
// translate([0, hs_h + d/2, 0]) rotate([90, 0, -90]) cornerPipe(hs_h, fu_outlet_w, d, 180-179.9, 2, fu_str, center=true);
// echo(hs_h);
translate([hs_l/2, -y_off + fu_outlet_w/2 + d/2, d]) rotate([0, 0, 180]) cornerPipe(fu_outlet_w, hs_h, d, 90, fu_r, fu_str);
translate([hs_l/2 - fu_outlet_w - d, -y_off + fu_outlet_w/2 + d/2, d]) rotate([0, 0, 0]) cornerPipe(fu_outlet_w, hs_h, d, 90, fu_r, fu_str);
}
translate([-hs_l/2, 0, 0]) cube([hs_l, hs_w/2, hs_w]);
}
}
color(GreenPLA) {
half();
mirror([0, 1, 0]) half();
}
}
......@@ -259,7 +267,7 @@ module preview() {
translate([0, 0, 0]) funnel();
// color([0, 0, 1.0, 1.0]) translate([0, 0, 1]) linear_extrude(1) funnelFins();
// rotate([180, 0, 0]) symmetricHeatsink();
rotate([180, 0, 0]) symmetricHeatsink();
}
......
WebWeaver @ 2b84ba04
Subproject commit 1bb46de76a4c0f3da4346e2eff5c479011e43b74
Subproject commit 2b84ba046a8508aa31563ded334485a3a543f30e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment