1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-21 06:41:30 +02:00

Added CHANGELOG.md for #154

This commit is contained in:
Chris Palmer
2021-03-03 13:47:09 +00:00
parent c69100bd71
commit a93a8f99fb
3 changed files with 1853 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ They should work with both Python 2 and Python 3.
|:---|:---|
| `bom.py` | Generates BOM files for the project. |
| `c14n_stl.py` | OpenSCAD produces randomly ordered STL files. This script re-orders them consistently so that GIT can tell if they have changed or not. |
| `changelog.py` | Creates the changelog from the git log |
| `doc_scripts.py` | Makes this document and doc/usage.md. |
| `dxfs.py` | Generates DXF files for all the routed parts listed on the BOM or a specified list. |
| `gallery.py` | Finds projects and adds them to the gallery. |