mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-06 18:56:43 +02:00
fix pco-1881-int minor diameter (#22)
minor diameter has been too small => collision with sealing lip on pco-1881 neck. It is now large enough to fit the sealing lip through the internal thread. closes #18
This commit is contained in:
@@ -1044,5 +1044,5 @@ THREAD_TABLE = [["G1/16-ext", [0.907, 3.1631, 6.3625, [[0, -0.4252], [0, 0.4252]
|
||||
["M600x6-ext", [6, 295.9850, 592.7000, [[0, -2.6201], [0, 2.6201], [3.8150, 0.4175], [3.8150, -0.4175]]]],
|
||||
["M600x6-int", [6, -300.6700, 600.6700, [[0, 2.9434], [0, -2.9434], [3.7150, -0.7985], [3.7150, 0.7985]]]],
|
||||
["PCO-1881-ext", [2.7, 11.52381, 24.2, [[0, -0.987894698], [0, 0.987894698], [2.17619, 0.604173686], [2.17619, -0.195826314]]]],
|
||||
["PCO-1881-int", [2.7, -14.406, 27.66, [[0, 1.212894698], [0, -0.762894698], [2.17619, -0.379173686], [2.17619, 0.420826314]]]],
|
||||
["PCO-1881-int", [2.7, -14.406, 27.66, [[0, 1.212894698], [0, -0.762894698], [1.656, -0.470897218], [1.656, 0.610159990]]]],
|
||||
];
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Designator,Pitch,Rrot,Dsupport,r0,z0,r1,z1,r2,z2,r3,z3
|
||||
PCO-1881-ext,2.7,11.52381,24.2,0,-0.987894698,0,0.987894698,2.17619,0.604173686,2.17619,-0.195826314
|
||||
PCO-1881-int,2.7,-14.406,27.66,0,1.212894698,0,-0.762894698,2.17619,-0.379173686,2.17619,0.420826314
|
||||
PCO-1881-int,2.7,-14.406,27.66,0,1.212894698,0,-0.762894698,1.656,-0.470897218,1.656,0.610159990
|
||||
|
|
Reference in New Issue
Block a user