Voron Project STL creating customer manifests where parts are easily discernible.
Find a file
2026-03-05 13:58:26 -08:00
blender initial migration, not vetted 2026-02-28 16:33:16 -08:00
exercises fixed 2026-03-05 13:56:11 -08:00
web added logs to ignore 2026-03-05 13:58:26 -08:00
create_glb.py safety 2026-03-04 17:47:07 -08:00
creating_glbs.md safety 2026-03-04 17:47:07 -08:00
glossary.md safety, glbs now have no sanitizing of file names; png & webP conversions work 2026-03-05 13:53:27 -08:00
LICENSE Initial commit 2026-02-28 16:05:43 -08:00
mv_themes.js safety 2026-03-04 17:47:07 -08:00
parse_table.pl safety, glbs now have no sanitizing of file names; png & webP conversions work 2026-03-05 13:53:27 -08:00
README.md safety, glbs now have no sanitizing of file names; png & webP conversions work 2026-03-05 13:53:27 -08:00
simple_server.md safety 2026-03-04 17:47:07 -08:00

voronstl

Voron Project STL creating customer manifests where parts are easily discernible.

Directories

You will have three directory trees:

  1. Source [Voron] Directory - this is a directory you create and then perform "git clone..." for each of the Voron projects you need STL files from. The files of interest in the tree are the STL files (warning: not all STL files have lowercase .stl suffixes). This is treated as read-only, though git updatable, directory and the STL files there are the source of truth. The approach is that if we want an STL file, then we read it from this tree and nowhere else.

  2. Staging Area - The Staging area houses the *.glb files that are created from the STLs using Blender. The directory structure and the associated *.glb file is created by the script XXX. This area will also hold the final HTML and its PNGs copied from the Project Code Area's pngs folder.

  3. Code Area - this project's git clone directory. Note: there are two working directories were interim links to glbs and files, generated PNG images, are stored: A) ...web/batch_glb_png/glbs - this is where links to the glb files (originals in the Staging Area) are staged B) ...web/batch_glb_png/pngs - these are the PNG files created from the glbs [links]