mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-31 22:50:17 +02:00
Class 2 UIS threads
Documented that threadlib provides *class* *2* UIS threads, not class 1 and not class 3. Clarifies issue #33.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user