forked from SolidCode/MCAD
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Gears not producing involute gears #67
Comments
use MCAD/involute_gears.scad |
Thanks.That would be a great addition to the top of MCAD/gears.scad: "//Non-involute gears. For involute gears, use MCAD/involute_gears.scad".As gears.scad currently reads, it's misleading. The first line after the copyright notice is: "//test_involute_curve();" Then it references an article on involute gear design.
From: bond4u <[email protected]>
To: openscad/openscad <[email protected]>
Cc: trayracing <[email protected]>; Author <[email protected]>
Sent: Wednesday, March 22, 2017 5:48 AM
Subject: Re: [openscad/openscad] Gears not producing involute gears (#1955)
use MCAD/involute_gears.scad—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This should be moved to an MCAD issue (https://github.com/openscad/MCAD/issues) |
Hmm, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MCAD/gear.scad is not producing involute gears as claimed - the teeth look very boxy.
![image](https://cloud.githubusercontent.com/assets/561918/23149360/671d0ee2-f7b9-11e6-95f7-b1d175c49b9c.png)
For comparison: gears.scad quotes a cartertools web page on gear construction. That page works through an example that corresponds to
![image](https://camo.githubusercontent.com/446a4e0a5e073848bd3de07b803879318fae4e0d6f6a1871760bcf003fd1b3f9/687474703a2f2f7777772e6d656368616e6963616c7068696c6f736f706865722e636f6d2f696e7664372e6a7067)
gear(number_of_teeth=20, diametral_pitch=16, pressure_angle=14.5, clearance=0.009860625);
That cartertools gets this:
which looks a credible tooth profile, when compared to wikipedia
I tried this in 2015.3 and 2016.09.18 (git a5e4def) on windows 10, using both F5 and F6 and both appear to have the problem. I have not dug around to figure out if it's gears.scad or openscad at fault.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: