threadlib icon indicating copy to clipboard operation
threadlib copied to clipboard

Refactor nut to allow hex nut

Open amadeuspzs opened this issue 2 years ago • 1 comments

Currently you can modify https://github.com/adrianschlatter/threadlib/blob/d8c8384988c247c764ad47c504e5bbee5d55fc23/threadlib.scad#L60 to set $fn=6 to obtain a hex nut:

image

However, you don't want to pass fn=6 into the nut module otherwise the resolution of the thread will be affected.

Can we refactor the nut module to allow for hex nuts?

amadeuspzs avatar Nov 18 '21 12:11 amadeuspzs

How would you want to refactor nut(...)?

adrianschlatter avatar Nov 27 '21 11:11 adrianschlatter