rename files

This commit is contained in:
Laila van Reenen 2024-10-31 12:59:39 +01:00
parent 22ee971d24
commit a8c4545d22
13 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
function plot() {
main_not_side=$(test $1 == "main" && echo 1 || echo 0)
openscad -o winch_$1_$2.stl -D main_not_side=$main_not_side -D plot=\"$2\" main_winche.scad
openscad -o winchs_$1_$2.stl -D main_not_side=$main_not_side -D plot=\"$2\" winche.scad
}
plot main full