This commit is contained in:
rusefillc 2022-05-18 10:06:12 -04:00
parent f257ae0cc7
commit 256c6248b2
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ if [ ! -f hellen-one/git_scripts ]; then
fi
cd hellen-one
python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0" ".." "../../gerber" "60-pin" "a"
python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0-" ".." "../../gerber" "60-pin" "a"
echo "Done!"

View File

@ -6,4 +6,4 @@ if [ ! -f "hellen-one/readme.md" ]; then
fi
cd hellen-one
sh bin/create_board_with_prefix.sh "proteus-mustang5.0" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0"
sh bin/create_board_with_prefix.sh "proteus-mustang5.0-" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0"