Skip to content
Snippets Groups Projects
Commit f847977f authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Add script to check using official KLC utilities

parent 811d9b05
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd kicad-library-utils
python check_symbol.py ../fab.kicad_sym
FPS=$(ls ../fab.pretty/*.kicad_mod)
for FP in ${FPS}
do
python check_footprint.py "../fab.pretty/${FP}"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment