-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
profile shifting #9
Comments
This here http://lcamtuf.coredump.cx/gcnc/ch6/#6.2 confirms that profile shift is all about the addendum. The tricky part, appears to be that two meshing gears should have complementary profile shift: The smaller gear has an enlarged addendum, while the larger gear has a reduced addendum. |
YEs :( and apparently they won;t mesh unless matching. However other solution is to undercut. which will work but is harder. That csg code will do it but its a lot of code :( |
So do you think the right thing is to:
Then we cover this issue - separately from undercuts (for which this is one strategy). |
Yes. I'd make profile shift a percentage. Two gears would mesh, if one has And yes, then it is one strategy against undercut. My undercut warning On Mon, Apr 7, 2014 at 5:03 AM, Neon22 [email protected] wrote:
|
I believe, this was too simplistic. Real profile shift should shift the entire contour inwards or outwards. Not just the endpoints. |
I see numerous rules about profile shifting appearing when pressure angles and Teeth get below a certain ratio.
E.g. "Gears that are smaller than 32 teeth for a 14.5° Pressure Angle, or 18 teeth for a 20° Pressure Angle, have a Root Circle smaller than the Base Circle, resulting in the teeth being undercut."
This doc shows how to determine if undercut will occur. Pitch shift can be both positive (usual) and negative(rare).
Negative looks cool - I expect it weakens the gear tooth so undesireable but does look interesting. pg 604 ( doc starts at 595).
seems simple - basically shifting the addendum and dedendum while leaving base circle in same place.
Should we detect undercut and auto shift or just annotate and ask (and maybe add a page about undercut to the tabs) ?
The text was updated successfully, but these errors were encountered: