6 Commits

Author SHA1 Message Date
Adrian Schlatter
315d3b96fb 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
2019-11-13 21:17:52 +01:00
Adrian Schlatter
873a266abc Metric Threads - Coarse / Fine / Super-Fine Pitches 2019-04-09 21:57:32 +02:00
Adrian Schlatter
dc05e4475b PCO-1881 thread 2019-04-08 22:32:40 +02:00
Adrian Schlatter
9ee4be088a threadlib emancipation
+++++++++++++++++++++++

threadlib is now its own project => remove Waterrocket Fins from this
repo.
2019-04-07 21:54:19 +02:00
Adrian Schlatter
369e81f8ae BSPthread renamed to threadlib
+++++++++++++++++++++++++++++++

As it is now extensible to many types of threads => renamed to
threadlib.
Separated test code from production code.
2019-04-06 19:08:44 +02:00
Adrian Schlatter
0233c75e89 Create thread by designator
+++++++++++++++++++++++++++

Created generalized thread-module that creates a thread by looking up
the designator in THREAD_TABLE.
2019-04-06 18:29:25 +02:00