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

Translations…

parent 83b4db5c
No related branches found
No related tags found
No related merge requests found
......@@ -228,10 +228,13 @@ module funnel() {
y_off = hs_w/2 - fu_outlet_w/2;
z_off = 0;
for (ty=[-y_off, y_off]) translate([hs_l/2, ty, z_off]) rotate([90, 90, 0]) cornerPipe(hs_h, fu_outlet_w, d, 180, 2, fu_str, center=true);
/* 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);
// 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);
}
......@@ -256,7 +259,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 @ 1bb46de7
Subproject commit ab46123fdfbcfbf9d2d896d7def54a9d737839af
Subproject commit 1bb46de76a4c0f3da4346e2eff5c479011e43b74
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