-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
Hi ! |
Hmm ok I understand. |
I forgot a 180 degrees rotation on one of them. |
Here's how to look at the problem:
|
(I use those gears on my reprap. Thanks again!) |
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?
The text was updated successfully, but these errors were encountered: