mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-16 12:49:40 +01:00
re-ordered rms-thread profile
* Adhere to docs/DesignOfThreadlib.md * Make unittests pass
This commit is contained in:
parent
10259b696b
commit
33c5cdd035
@ -1899,6 +1899,6 @@ THREAD_TABLE = [["G1/16-ext", [0.907, 3.1631, 6.3625, [[0, -0.4252], [0, 0.4252]
|
||||
["32-UN-3/4-int", [0.79375, -9.5551, 19.1033, [[0, 0.3473], [0, -0.3473], [0.4296, -0.0992], [0.4296, 0.0992]]]],
|
||||
["32-UN-13/16-ext", [0.79375, 9.8517, 19.7103, [[0, -0.2977], [0, 0.2977], [0.4296, 0.0496], [0.4296, -0.0496]]]],
|
||||
["32-UN-13/16-int", [0.79375, -10.3492, 20.6914, [[0, 0.3473], [0, -0.3473], [0.4296, -0.0992], [0.4296, 0.0992]]]],
|
||||
["RMS-ext", [ 0.7056, 9.5829, 19.1859, [[ 0.0, -0.3274], [ 0.4932, -0.0706], [ 0.4932, 0.0706], [ 0.0, 0.3273]]]],
|
||||
["RMS-int", [ 0.7055, -10.3042, 20.5085, [[ 0.0, 0.2630], [ 0.4808, 0.0127], [ 0.4808, -0.0127], [ 0.0, -0.2630]]]],
|
||||
["RMS-ext", [0.7056, 9.5829, 19.1859, [[0.0, -0.3274], [0.0, 0.3273], [0.4932, 0.0706], [0.4932, -0.0706]]]],
|
||||
["RMS-int", [0.7055, -10.3042, 20.5085, [[0.0, 0.2630], [0.0, -0.2630], [0.4808, -0.0127], [0.4808, 0.0127]]]],
|
||||
];
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Designator,Pitch , Rrot, Dsupport, r0, z0, r1, z1, r2, z2, r3, z3
|
||||
RMS-ext, 0.7056, 9.5829, 19.1859, 0.0, -0.3274, 0.4932, -0.0706, 0.4932, 0.0706, 0.0, 0.3273
|
||||
RMS-int, 0.7055, -10.3042, 20.5085, 0.0, 0.2630, 0.4808, 0.0127, 0.4808, -0.0127, 0.0, -0.2630
|
||||
# Designator,Pitch,Rrot,Dsupport,r0,z0,r1,z1,r2,z2,r3,z3
|
||||
RMS-ext,0.7056,9.5829,19.1859,0.0,-0.3274,0.0,0.3273,0.4932,0.0706,0.4932,-0.0706
|
||||
RMS-int,0.7055,-10.3042,20.5085,0.0,0.2630,0.0,-0.2630,0.4808,-0.0127,0.4808,0.0127
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user