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
36
stars
7
forks
source link
fallback for non-numeric or numeric values that don't match as a part-id #63
Yeah, as a fallback for non-numeric or numeric values that don't match as a part-id. As an example, I've got an existing schematic with "mpn" as a key for tracking the manufacturer part number (such as 860010575013, Wurth Electronik 100uF 35V electrolytic cap) which when imported will try to match by part-id and find it doesn't exist but it has an existing part in the system (for this example it's part-id 100)
_Originally posted by @atanisoft in https://github.com/afkiwers/inventree_kicad/issues/59#issuecomment-1857107989_