From 8865c654ceecb60fce66de8263167a452c63fa8b Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Sun, 26 May 2019 17:52:35 +0200 Subject: [PATCH] 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 --- THREAD_TABLE.scad | 2 +- design/PCO_thread.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/THREAD_TABLE.scad b/THREAD_TABLE.scad index a2ad414..f61ffa2 100644 --- a/THREAD_TABLE.scad +++ b/THREAD_TABLE.scad @@ -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]]]], ]; diff --git a/design/PCO_thread.csv b/design/PCO_thread.csv index 7d1b8f9..17cf516 100644 --- a/design/PCO_thread.csv +++ b/design/PCO_thread.csv @@ -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