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

Support for part-id fallback #64

Closed afkiwers closed 11 months ago

afkiwers commented 11 months ago

added support for part-id fallback. if activated it will also look at part name. This would cover the case where users don't have inventree ids but MPNs. Those could then be used to find the right part.

fixes: https://github.com/afkiwers/inventree_kicad/issues/63