threadlib
threadlib copied to clipboard
thread library for OpenSCAD
Greetings! I am trying to make a hole for a 1/4 inch lag screw which is basically just a 1/4 inch wood screw. I think these are AMSE threads? Any...
Currently you can modify https://github.com/adrianschlatter/threadlib/blob/d8c8384988c247c764ad47c504e5bbee5d55fc23/threadlib.scad#L60 to set `$fn=6` to obtain a hex nut:  However, you don't want to pass `fn=6` into the `nut` module otherwise the resolution of the...
Hello, I added a clearance paramter called "tol" to ease the use of the library with a 3D printer. also added a height parameter so we can compute turns from...
Add TR-thread. A good starting point (thread specs including tolerances) is [here.](https://mdmetric.com/tech/thddat16.htm).
32-UN-7/8, -15/16, and -1 are missing from design/UIS_thread.csv and therefore also from THREAD_TABLE.scad.
This is not ready yet! This is just the data for the Trapezoidal screws.. I am not sure if i can implement the calculations/conversions to the THREAD_TABLE format, but maybe...
hello, modified a bit the bolt module to be able to specify the bolt by length: module bolt(designator, turns = 5, higbee_arc=20, fn=120, table=THREAD_TABLE, h = -1) { name =...
Write code of conduct
Add BSW threads. A good starting point is probably [here](http://mdmetric.com/tech/thddat8.htm) though tolerances are missing.
Add BSF threads. A good starting point is probably [here](http://mdmetric.com/tech/thddat8.htm) though tolerances are missing.