Added RMS microscope threads. Tested with an RMS microscope objective lens and it worked properly.

This commit is contained in:
caleb crome
2023-03-27 11:52:42 -07:00
committed by Adrian Schlatter
parent ad42e03241
commit 149b4b9fb7
4 changed files with 9 additions and 0 deletions

View File

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