diff --git a/README.rst b/README.rst index 0802a6a..ea2531f 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ Currently, threadlib knows these threads: - `Metric threads `__ (coarse, fine, and super-fine pitches) M0.25 to M600 - Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN, - 16-UN, 20-UN, 28-UN, and 32-UN) + 16-UN, 20-UN, 28-UN, and 32-UN). All threads are class 2 threads. - `BSP parallel thread `__ G1/16 to G6 - `PCO-1881 `__ (PET-bottle thread) diff --git a/design/UIS_thread.awk b/design/UIS_thread.awk index 6400912..6a20ec1 100644 --- a/design/UIS_thread.awk +++ b/design/UIS_thread.awk @@ -8,6 +8,9 @@ function min(x, y) { } function calculateThreadlibSpecs() { + # Calculates threadlib specs for UIS threads assuming class 2 + # threads (class 1 and class 3 threads are not supported) + Designator = $1; TPI = $2; D = $3;