adrianschlatter / threadlib

thread library for OpenSCAD
BSD 3-Clause "New" or "Revised" License
351 stars 34 forks source link

pass fn in call to straight_thread() #50

Closed Atharr closed 3 years ago

Atharr commented 3 years ago

Addressing issue #46: "fn needs to be passed in call to straight_thread()". I just added the missing "fn=fn," line 36. That should take care of the issue. I tested locally and it seems to be fine, now specifying fn in bolt(), nut() and tap() work as expected.

adrianschlatter commented 3 years ago

Gladly accepted.