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

Moar funnel dev

parent 6c54139d
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,10 @@ module funnel2D() {
difference() {
union() {
translate([0, -hs_w/2, 0]) square([x, hs_w]);
translate([0, 0, 0]) roundTri(x*9, hs_w, 5);
}
/* union() {
translate([0, _y, 0]) square([x, fu_outlet_w]);
......@@ -199,7 +201,8 @@ module funnel2D() {
} */
// air funnel split
// translate([x, 0, 0]) tri(x*2, _y*2);
translate([0, 0, 0]) roundTri(x*4, _y*2, 3);
translate([0, -_y, 0]) square([x/2, _y*2]);
}
}
......
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