1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-06 07:27:23 +02:00

Table headers for brain dead GFM.

This commit is contained in:
Chris Palmer
2019-06-11 15:35:20 +01:00
parent 405c8e00b8
commit b1fb0286b5
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ These are located in the scripts subdirectory, which needs to be added to the pr
They should work with both Python 2 and Python 3.
| | |
| Script | Function |
|:--|:--|''', file = doc_file)
for file in os.listdir('scripts'):
if file.endswith('.py'):

View File

@@ -4,7 +4,7 @@ These are located in the scripts subdirectory, which needs to be added to the pr
They should work with both Python 2 and Python 3.
| | |
| Script | Function |
|:--|:--|
| ```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. |