devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
170 stars 46 forks source link

DCM Feature #36

Open leoheck opened 6 years ago

leoheck commented 6 years ago

There is a file called library.dcm that hold some extra informations about the symbol. It would be nice to have it embedded in Kipart.

Follows the content of the file considering my_symbol.

EESchema-DOCLIB  Version 2.0
#
$CMP my_symbol
D description1 description2 description3
K keyword1 keyword2 keyword3
F filename_documentation
$ENDCMP
#
#End Doc Library

What do you think?