NopSCADlib/scripts
Chris Palmer f7db793c74 Assembly module search in views.py now case insensitive
allowing the module name string to specify the capitalisaing used in the
build instructions.
2020-03-04 12:15:48 +00:00
..
blurb.py
bom.py bom.py now shows errors and warnings. 2020-03-02 09:38:37 +00:00
c14n_stl.py
deps.py
doc_scripts.py Ensured all Markdown table heading markers have at least three dashes. 2020-02-27 10:15:37 +00:00
dxfs.py Set execute attributes on scripts for Linux. 2019-08-18 14:29:15 +01:00
exports.py Merge pull request #60 from nophead/issue_57 2020-03-02 18:38:36 +00:00
gallery.py Set execute attributes on scripts for Linux. 2019-08-18 14:29:15 +01:00
make_all.py Merge branch 'master' into Execute_attributes 2019-08-18 14:30:28 +01:00
openscad.py Added screw threads to most things that are threaded. 2020-02-22 19:44:01 +00:00
options.py SHOW_THREADS renamed NOPSCADLIB_SHOW_THREADS for #61 2020-03-01 19:10:40 +00:00
panels.py Added platters.py and panels.py to aggregate parts for printing / routing. 2019-08-18 11:08:44 +01:00
plateup.py Fix for Python 2 2019-08-18 15:21:01 +01:00
platters.py Added platters.py and panels.py to aggregate parts for printing / routing. 2019-08-18 11:08:44 +01:00
readme.md Ensured all Markdown table heading markers have at least three dashes. 2020-02-27 10:15:37 +00:00
render.py Changed the default printed part colour, pp1_colour to RepRap logo green. 2020-02-29 10:30:15 +00:00
set_config.py Set execute attributes on scripts for Linux. 2019-08-18 14:29:15 +01:00
stls.py Set execute attributes on scripts for Linux. 2019-08-18 14:29:15 +01:00
svgs.py
tests.py Filenames of tests can now be capitalised to get the correct titles. 2020-03-03 20:33:53 +00:00
times.py
views.py Assembly module search in views.py now case insensitive 2020-03-04 12:15:48 +00:00

readme.md

Python scripts

These are located in the scripts subdirectory, which needs to be added to the program search path.

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.
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.
make_all.py Generates all the files for a project by running bom.py, stls.py, dxfs.py, render.py and views.py.
panels.py Panelises DXF files so they can be routed together by running scad files found in the panels directory.
platters.py Generates build plates of STL files for efficient printing by running scad files found in the platters directory.
render.py Renders STL and DXF files to PNG for inclusion in the build instructions.
set_config.py Sets the target configuration for multi-target projects that have variable configurations.
stls.py Generates STL files for all the printed parts listed on the BOM or a specified list.
svgs.py Generates SVG files for all the routed parts listed on the BOM or a specified list.
tests.py Runs all the tests in the tests directory and makes the readme file with a catalog of the results.
views.py Generates exploded and unexploded assembly views and scrapes build instructions to make readme.md, readme.html and printme.html files for the project.