mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-18 03:51:17 +02:00
PCF-33P-1 thread
+++++++++++++++++ Added external PCF-33P-1 thread based on proposal by dholth in #24 but - changed order of points in profile - flipped so that load-side of thread is on top - changed pitch from 6.35 mm to 3.18 mm Added internal PCF-33P-1 thread to sensibly match external thread (spec defines only external thread, not internal thread). Added unit tests checking slopes on load and non-load sides.
This commit is contained in:
4
design/PCF_thread.awk
Normal file
4
design/PCF_thread.awk
Normal file
@@ -0,0 +1,4 @@
|
||||
/^[^#]/ {
|
||||
print $0;
|
||||
}
|
||||
|
3
design/PCF_thread.csv
Normal file
3
design/PCF_thread.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
# Designator,Pitch,Rrot,Dsupport,r0,z0,r1,z1,r2,z2,r3,z3
|
||||
PCF-33P-1-ext,3.18,14.74,29.49,0,-0.76,0,0.76,1.195,0.549,1.195,-0.07
|
||||
PCF-33P-1-int,3.18,-16.2,32.2,0,0.6,0,-1.03,1.3,-0.8,1.3,-0.15
|
|
Reference in New Issue
Block a user