diff --git a/scripts/components/update-meta.sh b/scripts/components/update-meta.sh index 82d866bdc..9c1af6903 100644 --- a/scripts/components/update-meta.sh +++ b/scripts/components/update-meta.sh @@ -1 +1,4 @@ -osr-cad sw --src='./extrusion/components/**/*Global*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(html|step|jpg)' --verbose --debug --skips \ No newline at end of file +osr-cad sw --src='./components/**/*Global*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(html|step|jpg|x_t|easm)' --logLevel=warn +osr-cad sw --src='./extrusion/components/**/*Global*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(html|step|jpg|x_t|easm)' --logLevel=warn +osr-cad sw --src='./injection/components/**/*Global*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(html|step|jpg|x_t|easm)' --logLevel=warn +osr-cad sw --src='./sheetpress/components/**/*Global*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(html|step|jpg|x_t|easm)' --logLevel=warn diff --git a/scripts/update-machines.sh b/scripts/update-machines.sh index 48308ccc8..023f22738 100644 --- a/scripts/update-machines.sh +++ b/scripts/update-machines.sh @@ -3,4 +3,5 @@ $script_dir/update-dir.sh extrusion $script_dir/update-dir.sh injection $script_dir/update-dir.sh shredder $script_dir/update-dir.sh sheetpress -$script_dir/update-dir.sh components +$script_dir/components/update-meta.sh +