Skip to content

Instantly share code, notes, and snippets.

@bradfa
Last active March 5, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfa/55f94009502a97f64bd540000d32b49b to your computer and use it in GitHub Desktop.
Save bradfa/55f94009502a97f64bd540000d32b49b to your computer and use it in GitHub Desktop.

Check a library for compliance to the KLC:

../kicad-library-utils/schlib/checklib.py library/silabs.lib

Check with extra reporting which gives a human readable description of the issues:

../kicad-library-utils/schlib/checklib.py --enable-extra -v library/silabs.lib

Show super detailed information about a single part's vilations, with recommendations on how to fix:

../kicad-library-utils/schlib/checklib.py --enable-extra -vv library/silabs.lib -c CP2112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment