openscad / MCAD

OpenSCAD Parametric CAD Library (LGPL 2.1)

Home Page:http://reprap.org/wiki/MCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[dev] Identical male and female threads generated

rockstorm101 opened this issue · comments

The comments on file fasteners/threads.scad claim a difference will be made between external and internal threads, so different clearances will be applied to be able to fit male with female threads.

// ----------------------------------------------------------------------------
// internal - true = clearances for internal thread (e.g., a nut).
// false = clearances for external thread (e.g., a bolt).
// (Internal threads should be "cut out" from a solid using
// difference()).

However that's not true and the clearance defined is not used to generate the profiles. Therefore the two threads, male and female, are generated identically and are therefore unable to fit one into the other if printed as is.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.