Merge branch 'main' of ssh://git.sixteenmillimeter.com/16mm/mcopy
This commit is contained in:
commit
33412b0588
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
openscad --enable=fast-csg --enable=fast-csg-trust-corefinement --export-format=asciistl -o "./stl/${3}" -D"PART=\"${2}\"" "./scad/${1}"
|
openscad --export-format=asciistl -o "./stl/${3}" -D"PART=\"${2}\"" "./scad/${1}"
|
||||||
echo "Compiled ${3} from ${1}"
|
echo "Compiled ${3} from ${1}"
|
||||||
if [ -f "./scad/common/c14n_stl.py" ]; then
|
if [ -f "./scad/common/c14n_stl.py" ]; then
|
||||||
python3 ./scad/common/c14n_stl.py "./stl/${3}"
|
python3 ./scad/common/c14n_stl.py "./stl/${3}"
|
||||||
|
|
Loading…
Reference in New Issue