re-ordered rms-thread profile

* Adhere to docs/DesignOfThreadlib.md
* Make unittests pass
This commit is contained in:
Adrian Schlatter 2023-04-02 15:12:47 +02:00
parent 10259b696b
commit 33c5cdd035
2 changed files with 5 additions and 5 deletions

View File

@ -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]]]],
];

View File

@ -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

1 # Designator Pitch Pitch Rrot Dsupport r0 z0 r1 z1 r2 z2 r3 z3
2 RMS-ext 0.7056 0.7056 9.5829 19.1859 0.0 -0.3274 0.4932 0.0 -0.0706 0.3273 0.4932 0.0706 0.0 0.4932 0.3273 -0.0706
3 RMS-int 0.7055 0.7055 -10.3042 20.5085 0.0 0.2630 0.4808 0.0 0.0127 -0.2630 0.4808 -0.0127 0.0 0.4808 -0.2630 0.0127