kicad-library-utils icon indicating copy to clipboard operation
kicad-library-utils copied to clipboard

Some scripts for helping with library development

Results 57 kicad-library-utils issues
Sort by recently updated
recently updated
newest added

## Intro Xilinx has CSV files describing FPGA pinout (https://www.xilinx.com/support/package-pinout-files.html). This scripts generates symbols from those files, similar to current STM32 generator. Some background: * Xilinx FPGA pins are divided...

klc update https://github.com/KiCad/kicad-website/pull/446

This is basically just a copy of the R_Networks code, with some minor (i.e. drawing capacitors instead of resistors) and sedding s/resistor/capacitor/g. It spans the following types: * C_Pack: Multiple...

The courtyard clearance tolerance seems very tight, e.g. 0.5 +/- 0.05 mm for connectors. It would be good if the utils would check (and fix?) this.

checking that symbol keywords are separated by spaces should be quite straightforward? an automated check would reduce manual work for reviewers (if e.g. comma-separated keywords or something else are caught...

Hi Librarians- As part of the Great KiCad GitLab migration of 2019, I am testing the movement of open issues and PRs from GitHub to GitLab. Here's what we know...

I tried to create an empty library from a existing one be removing all components. I did this in a loop: for c in lib_new.components: print(lib_new.removeComponent(c.name)) But i had to...

As in the title with each save of a library a # #End Library is added to the file. I tested with the official Device.lib: lib = schlib.SchLib('/home/git/kicad-symbol-templates-library/Device.lib') lib_new =...

Our syntax that should ensure only additions by the contributor are checked seems to fail lately. Travis git diff with three dots gets the same result as with two dots....

Bug
help wanted
question