rename files
This commit is contained in:
parent
22ee971d24
commit
a8c4545d22
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
function plot() {
|
function plot() {
|
||||||
main_not_side=$(test $1 == "main" && echo 1 || echo 0)
|
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
|
plot main full
|
||||||
Loading…
x
Reference in New Issue
Block a user