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:
Adrian Schlatter
2019-10-10 17:55:45 +02:00
parent 7e30d8e824
commit 97a6e11667
6 changed files with 43 additions and 9 deletions

4
design/PCF_thread.awk Normal file
View File

@@ -0,0 +1,4 @@
/^[^#]/ {
print $0;
}

3
design/PCF_thread.csv Normal file
View 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
1 # Designator Pitch Rrot Dsupport r0 z0 r1 z1 r2 z2 r3 z3
2 PCF-33P-1-ext 3.18 14.74 29.49 0 -0.76 0 0.76 1.195 0.549 1.195 -0.07
3 PCF-33P-1-int 3.18 -16.2 32.2 0 0.6 0 -1.03 1.3 -0.8 1.3 -0.15