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:
Adrian Schlatter
2019-05-26 17:52:35 +02:00
committed by GitHub
parent ad12ec4961
commit 8865c654ce
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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
1 # Designator Pitch Rrot Dsupport r0 z0 r1 z1 r2 z2 r3 z3
2 PCO-1881-ext 2.7 11.52381 24.2 0 -0.987894698 0 0.987894698 2.17619 0.604173686 2.17619 -0.195826314
3 PCO-1881-int 2.7 -14.406 27.66 0 1.212894698 0 -0.762894698 2.17619 1.656 -0.379173686 -0.470897218 2.17619 1.656 0.420826314 0.610159990