Thingiverse
Customizable Profile Screw Thread
by simlrh
168
Downloads
117
Likes
0
Makes
OpenSCAD module to generate screw threads with any profile. The .STL is an example male/female pair with a trapezium profile.
Arguments are:
* profile: A list of points describing the profile of the thread, like you would pass to polygon()
* pitch
* diameter
* height
The module respects $fa as the minimum angle of a fragment, so optionally pass this to control resolution.
The profile is a list of [x,y] points describing a polygon. x values of 0 will lie on the surface of a cylinde
Arguments are:
* profile: A list of points describing the profile of the thread, like you would pass to polygon()
* pitch
* diameter
* height
The module respects $fa as the minimum angle of a fragment, so optionally pass this to control resolution.
The profile is a list of [x,y] points describing a polygon. x values of 0 will lie on the surface of a cylinde
Sign in to leave a comment
Sign in