From c6b8562c56d5c47bc9a7a9af3080262b095c5747 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Sat, 18 Apr 2020 16:36:26 +0200 Subject: [PATCH] Class 2 UIS threads Documented that threadlib provides *class* *2* UIS threads, not class 1 and not class 3. Clarifies issue #33. --- README.rst | 2 +- design/UIS_thread.awk | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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;