safety
This commit is contained in:
parent
ef32268f3c
commit
6a93950678
28 changed files with 482 additions and 106 deletions
14
creating_glbs.md
Normal file
14
creating_glbs.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
|
||||
Here is a command to create a single glb:
|
||||
|
||||
blender-bin-5.0.0 --background --python create_glb.py -- \
|
||||
/usr/local/src/Voron-Stealthburner/STLs/Stealthburner/'[o]_stealthburner_LED_carrier.stl' \
|
||||
/tmp/out.glb
|
||||
|
||||
The git repository for Voron-Stealthburner was staged under /usr/local/src. The above command
|
||||
selects a specific STL and then places the STL under /tmp.
|
||||
|
||||
In a production mode, we want to be able to point to a directory tree of STLs and then
|
||||
generate glb equivalents in the similar tree structure.
|
||||
Loading…
Add table
Add a link
Reference in a new issue