-
Notifications
You must be signed in to change notification settings - Fork 34
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
Metric Trapezoidal Thread: TR #17
Comments
The link above does not work anymore. |
It is reachable per wayback machine: https://web.archive.org/web/20200311203631/http://mdmetric.com:80/tech/thddat16.htm I was looking into this, but I do not understand the awk scripts yet. |
Great that you are considering a contribution to threadlib 😀 Yes, this part is a bit awk-ward. Too bad that OpenSCAD is no general purpose programming language. Otherwise I would have written everything as OpenSCAD code. Where are you stumbling currently? What the awk-scripts are for? Or is it more how to write awk in general? Maybe I should add some documentation on how this works. |
I have only used awk for some simple tasks from cli, but never written any awk-scripts yet. But understanding the scripts is the easy part I think. Your documentation is really good actually, but maybe you could make a sketch to explain where As a first thing I added a table for TR Screws yesterday in #55. I will try to calculate the required values for an example by hand and then use this to write the required awk script. |
Yes, threadlib aims for symmetric tolerances by aiming at the center of the range given in the norms. Regarding Rrot and Dsup (=2 * Rsup) I have extended the sketch in Design of Threadlib to show where the support is and what Rrot and Rsup are supposed to be. |
Add TR-thread.
A good starting point (thread specs including tolerances) is here..
The text was updated successfully, but these errors were encountered: