diff --git a/.gitignore b/.gitignore index 575b869..f268a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Editor .*.swp +.vscode/ # Build design/THREAD_TABLE.csv @@ -15,4 +16,5 @@ renderall*.scad ASME*.pdf docs/*.png design/UIS.py - +*.afdesign +experimental/ diff --git a/LICENSE b/LICENSE index 50ba420..4fd9cdc 100644 --- a/LICENSE +++ b/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 modification, are permitted provided that the following conditions are met: diff --git a/README.rst b/README.rst index 4047f6e..cea717d 100644 --- a/README.rst +++ b/README.rst @@ -206,10 +206,11 @@ button is at the top of this website.) Change Log =========================== -- 0.3.x: List metric threads under short designator and full designator +- 0.4: `PCO-1810 `__. + 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, 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 `__ - 0.1: Initial release supporting `BSP parallel thread `__ -