afkiwers / inventree_kicad

KiCad EDA conform API endpoint for KiCad's parts library tool. This plugin provides metadata only and requires matching symbol and footprint libraries within the KiCad EDA.
MIT License
38 stars 8 forks source link

Allow for custom part ID identifier #60

Closed afkiwers closed 11 months ago

afkiwers commented 11 months ago

This is related to Issue #59

Currently when importing an XML from KiCad if the component does not have a field name starting with "inventree" the component is discarded and not processed. It would be great if we could manually specify the mapping during import for existing PCBs that do not currently have the field data defined.

afkiwers commented 11 months ago

added with https://github.com/afkiwers/inventree_kicad/pull/62