Fab time! Let's see how it goes :)

This commit is contained in:
rusefillc 2021-05-02 17:48:21 -04:00
parent cf18939e19
commit 9ecf5fda14
5 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" ".." "kicad6/gerber" "121vag" "a"
python2.7 ./bin/copy_from_Kicad.py "frames" ".." "kicad6/gerber" "121vag" "b"
echo "Done!"

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd ../hellen-one
sh ./bin/create_board.sh "../hellen121vag" "121vag" "a" "bom_replace_121vag-a.csv"
sh ./bin/create_board.sh "../hellen121vag" "121vag" "b" "bom_replace_121vag-b.csv"