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

Added documentation for the Python scripts.

This commit is contained in:
Chris Palmer
2019-06-11 15:33:13 +01:00
parent 419cadb7ec
commit 405c8e00b8
15 changed files with 115 additions and 6 deletions

View File

@@ -19,6 +19,8 @@
# If not, see <https://www.gnu.org/licenses/>.
#
#
#! OpenSCAD produces randomly ordered STL files. This script re-orders them consistently so that GIT can tell if they have changed or not.
#
# OpenSCAD produces randomly ordered STL files so source control like GIT can't tell if they have changed or not.
# This scrip orders each triangle to start with the lowest vertex first (comparing x, then y, then z)