Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Herringbone Gear and Rack don't mesh #16

Open
BonyJordan opened this issue Jun 24, 2023 · 5 comments
Open

Herringbone Gear and Rack don't mesh #16

BonyJordan opened this issue Jun 24, 2023 · 5 comments

Comments

@BonyJordan
Copy link

In particular line 120 inside module rack():
mx = modul/cos(helix_angle); // Module Shift by Helix Angle in the X-Direction

causes the rack version to increase the tooth size whereas the gear version doesn't have the equivalent line. Which is correct?

@david-venancio
Copy link

Hi !
what do you mean by "Gear and Rack don't mesh" ?

@david-venancio
Copy link

Hmm ok I understand.
Here's how I reproduced the problem :
translate([0, -20, -10 ])
herringbone_rack(modul=1, length=60, height=5, width=20, pressure_angle=20, helix_angle=30);
translate([0, 0, -20/2 ])
herringbone_gear (modul=1, tooth_number=30, width=20, bore=4, pressure_angle=20, helix_angle=30, optimized=true);

Not a simple problem indeed.
Herringbone_Gear_and_Rack_don-t_mesh

@david-venancio
Copy link

david-venancio commented Nov 17, 2023

I forgot a 180 degrees rotation on one of them.
But we can see that the gear has rounded teeths and the rack doesn't...
I bet that setup wouldn't function IRL obviously.
Maybe it deserves a special case for this pairing ?

@david-venancio
Copy link

david-venancio commented Nov 17, 2023

Here's how to look at the problem:

rotate([0,180,0])
    translate([0, -20, -10 ])
        herringbone_rack(modul=1, length=60, height=5, width=20, pressure_angle=20, helix_angle=30);
translate([0, 0, -20/2 ])
    herringbone_gear (modul=1, tooth_number=30, width=20, bore=4, pressure_angle=20, helix_angle=30, optimized=true);

Herringbone_Gear_and_Rack_don-t_mesh2

@david-venancio
Copy link

(I use those gears on my reprap. Thanks again!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants