KiCAD associate components with footprints using CvPcb

Viewed 427

Queston: Is there a way in KiCAD to associate components with their respective footprints in a sane manner using CvPcb?

The CvPcb displays three columns that feels comfortable at the first moment but when the component doesn't have the proper value it is very difficult to find the right footprint. I was manually scanning the libraries.

Is there a "search" option hidden somewhere? Is it fine to define specific phrases as the value of the component (since it seems to be the only way to filter)?

2 Answers

In more recent versions of Kicad (looking at 5.1 here), there is a 'filter by name' selector and a search box where you can search for footprint names.

enter image description here

You could enter, for example TO-92 in the box which will return a series of THT footprints suitable for a TO-92 device. You need to ensure that none of the other three selector buttons (limit by symbol keyword, library or pincount) are active. You can only search by package name not by device name in CvPCB i.e. you can search for a 'TO-92' footprint but not for a BC548 (a transistor in a TO-92) package.

Related