mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-07 07:36:38 +02:00
Bump to 0.4
- Update LICENSE to include Contributors - Update ChangeLog - Bump version to 0.4
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
.*.swp
|
.*.swp
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
design/THREAD_TABLE.csv
|
design/THREAD_TABLE.csv
|
||||||
@@ -15,4 +16,5 @@ renderall*.scad
|
|||||||
ASME*.pdf
|
ASME*.pdf
|
||||||
docs/*.png
|
docs/*.png
|
||||||
design/UIS.py
|
design/UIS.py
|
||||||
|
*.afdesign
|
||||||
|
experimental/
|
||||||
|
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2019 Adrian Schlatter
|
Copyright 2019 Adrian Schlatter and Contributors
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
@@ -206,10 +206,11 @@ button is at the top of this website.)
|
|||||||
Change Log
|
Change Log
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
- 0.3.x: List metric threads under short designator and full designator
|
- 0.4: `PCO-1810 <https://www.isbt.com/assets/Threadspecs/pco1810.pdf>`__.
|
||||||
|
tap module. Fixes bug with $fn in straight_thread(). Lists metric
|
||||||
|
threads under short designator and full designator.
|
||||||
- 0.3: Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN,
|
- 0.3: Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN,
|
||||||
16-UN, 20-UN, 28-UN, and 32-UN. Fixed problem with PCO-1881-int. Fixed problem
|
16-UN, 20-UN, 28-UN, and 32-UN. Fixed problem with PCO-1881-int. Fixed problem
|
||||||
with G-ext threads . New build system.
|
with G-ext threads. New build system.
|
||||||
- 0.2: Metric threads, `PCO-1881 <https://www.bevtech.org/assets/Committees/Packaging-Technology/20/3784253-20.pdf>`__
|
- 0.2: Metric threads, `PCO-1881 <https://www.bevtech.org/assets/Committees/Packaging-Technology/20/3784253-20.pdf>`__
|
||||||
- 0.1: Initial release supporting `BSP parallel thread <https://www.amesweb.info/Screws/British-Standard-Pipe-Parallel-Thread-BSPP.aspx>`__
|
- 0.1: Initial release supporting `BSP parallel thread <https://www.amesweb.info/Screws/British-Standard-Pipe-Parallel-Thread-BSPP.aspx>`__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user