Is there an easy way to search for KiCad components that do not come installed with KiCad?
I Googled “KiCad component 74hc125” and found a lot of irrelevant results.
Is there a better way to find KiCad components?
Specifically, I am looking for KiCad components for:
There is a library to pdf extraction tool/result by @felixq:
Don’t know if something similar exists for symbols though?
The 74hc125 turns up in a github repo for some pic programmer if you search with ‘74hc125 eeschema’ on google.
If all else fails, the symbol editor is your friend. Just pick a similar device and you’re hitting the ground running and should have your part within 5-10 minutes depending how often you do this.
Loading a part from someone else you also always need to check it’s correct (grid matches yours, etc) and that usually takes at least half of that time + searching for it.
You need to figure out how to manage your libs anyway, so not much to safe there either.
So I modified 74LVC125 to be a 74HC125.
But the library also lists components I did not want:
UNIT A
UNIT B
UNIT C
UNIT D
Is there a way to delete them and keep the 74HC125?