update kicad gerber processing scripts

This commit is contained in:
Andrei 2021-04-09 21:34:22 +03:00
parent 800e73f6da
commit e90b404a85
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
cd hellen-one
python2.7 ./bin/copy_from_Kicad.py "frames" ".." "121vag" "a"
python2.7 ./bin/copy_from_Kicad.py "frames" ".." "kicad6/gerber" "121vag" "a"
echo "Done!"

View File

@ -2,6 +2,6 @@
cd hellen-one
python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "wbo" "0.1"
python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "wbo" "0.1"
echo "Done!"