mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-11 21:24:29 +02:00
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:
4
design/PCO_thread.awk
Normal file
4
design/PCO_thread.awk
Normal file
@@ -0,0 +1,4 @@
|
||||
/^[^#]/ {
|
||||
print $0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user