Modification du script d'export pour exporter l'assemblage également
This commit is contained in:
parent
416cfee365
commit
96ad63d0fd
4 changed files with 57 additions and 7 deletions
4
tools/export-all-parts.sh
Executable file
4
tools/export-all-parts.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd $SCRIPT_DIR/..
|
||||
~/dev/FreeCAD-asm3-Daily-Conda-Py3.10-20221128-glibc2.12-x86_64.AppImage tools/export-all-parts.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue