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

Animation debugging………

parent e2198778
No related branches found
No related tags found
No related merge requests found
......@@ -300,13 +300,14 @@ module splitFunnel() {
//
for (signum=[-1, 1])
translate([hs_l/2, (-y_off + fu_outlet_w/2) * signum, hs_h/2 + d]) // step 3
rotate([0, 0, -alpha * signum]) // step 2
translate([-1 + x_off, -fu_outlet_w/2 * signum, 0]) rotate([90, 0, -90]) // step 1
rotate([0, 0, -alpha * signum *$t]) // step 2
translate([+ x_off, -fu_outlet_w/2 * signum + d/2, 0]) rotate([90, 0, -90]) // step 1
straightPipe(fu_outlet_w, hs_h, sp_len + 2*x_off, fu_r, fu_str, inner=inner, outer=outer);
// } // debugging stuff
}
color([1.0, 0, 0]) translate([0, 0, 0.1]) _straight(outer=true);
GreenPLA() {
half();
......@@ -316,7 +317,7 @@ module splitFunnel() {
difference() {
union() {
translate([hs_l/2 - f_wh/2, 0, 0]) rotate([0, 0, 45]) linear_extrude(hs_h + d) roundRect(f_wh, f_wh, f_r, center=true);
_straight(outer=true);
//_straight(outer=true);
}
translate([hs_l/2 - f_wh/2, 0, d + fu_str]) rotate([0, 0, 45]) cylinder(d=30, h=hs_h - fu_str);
......
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