To run the footprint checker script, for instance, cd into the "kicad-library-utils/klc-check" directory, then run the Python script ./check_footprint.py path_to_fp1.kicad_mod path_to_fp2.kicad_mod -vv. This will carefully check your footprint according to the KLC requirements laid out below, notifying you of any discrepancies, errors, or violations. See more usage examples in the readme at the link above.
Each footprint is a .kicad_mod file (stored within a .pretty directory). The naming convention for a given footprint depends largely on the type of footprint, however a general guide is presented below:
Thus far I have a grasshopper patch that totally works for making a layout in kicad PCBNEW, with nets and traces. AMAZING. However, it only works with a specific LED part. This is OK for me as I almost only use this type of LED in my work and if I have to change it for a different one, the amount of work to do so is FAR LESS than manually building LED arrays in Kicad.
The default configuration file labeled kicad.pro is available in KiCad. You will use it as a template for new projects and align library files created by Eeschema. Besides, it contains other features for Pcbnew, like text size and line thickness.
760c119bf3