Skip to content

Commit 4081c3f

Browse files
committed
re: reduce quality, improve export speed
1 parent cb5fc5f commit 4081c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openscad-export.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
mkdir stl_files
2626
for file in *.scad
2727
do
28-
openscad -o stl_files/${file%.scad}.stl --export-format binstl -D '$fn=200' $file
28+
openscad -o stl_files/${file%.scad}.stl --export-format binstl -D '$fn=80' $file
2929
done
3030
3131
- name: Zip STL files

0 commit comments

Comments
 (0)