Release 0.3

Enhancements
===========

- Unified Inch Screw Threads

Fixes
===========

- PCO-1881 internal (minor diameter was too small)
- Dpitch problem with G-ext threads

Improvements
===========

- developer docs
- build system
- unit tests
- user does not need to rotate internal threads by 180 deg anymore
to fit external thread

!! Incompatibel changes !!
====================

We take the liberty to do this while the major version is still 0:

- internal thread is rotated by 180 deg (see improvements). nut() and bolt() are not affected by this
This commit is contained in:
Adrian Schlatter
2019-11-13 21:17:52 +01:00
committed by GitHub
parent 49b5786cac
commit 315d3b96fb
22 changed files with 3520 additions and 1056 deletions

3
design/PCO_thread.csv Normal file
View File

@@ -0,0 +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,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 1.656 -0.470897218 1.656 0.610159990