mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-06 22:36:28 +02:00
Added RMS microscope threads. Tested with an RMS microscope objective lens and it worked properly.
This commit is contained in:
committed by
Adrian Schlatter
parent
ad42e03241
commit
149b4b9fb7
3
design/microscope_thread.awk
Normal file
3
design/microscope_thread.awk
Normal file
@@ -0,0 +1,3 @@
|
||||
/^[^#]/ {
|
||||
print $0;
|
||||
}
|
3
design/microscope_thread.csv
Normal file
3
design/microscope_thread.csv
Normal file
@@ -0,0 +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
|
|
Reference in New Issue
Block a user