mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Table headers for brain dead GFM.
This commit is contained in:
@@ -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.
|
They should work with both Python 2 and Python 3.
|
||||||
|
|
||||||
| | |
|
| Script | Function |
|
||||||
|:--|:--|''', file = doc_file)
|
|:--|:--|''', file = doc_file)
|
||||||
for file in os.listdir('scripts'):
|
for file in os.listdir('scripts'):
|
||||||
if file.endswith('.py'):
|
if file.endswith('.py'):
|
||||||
|
@@ -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.
|
They should work with both Python 2 and Python 3.
|
||||||
|
|
||||||
| | |
|
| Script | Function |
|
||||||
|:--|:--|
|
|:--|:--|
|
||||||
| ```bom.py``` | Generates BOM files for the project. |
|
| ```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. |
|
| ```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. |
|
||||||
|
Reference in New Issue
Block a user