-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organized Component Library #18
base: master
Are you sure you want to change the base?
Conversation
…rd, MainPowerBoard, MotherBoard, PusherProtectionBoard, and SolidStateRelayBoard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Organization is welcome. Please address the following:
-The .pretty files should only have .kicad_mod files inside. No sub-folders and no libs. See https://github.com/KiCad/kicad-footprints for reference
-We did not understand libs when we made all those libraries each with a single symbol. Libraries can contain many symbols - you should consolidate related components into libraries, either grouped by manufacturer or function (see https://github.com/KiCad/kicad-library/tree/master/library for reference)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty much everything James said. We discussed the incorrect use of the .lib files the other day. Maybe you or Colin missed a commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the same as the screenshot from earlier, which was correct. :(
Controllers, Texas Instruments, etc should not be folders containing .lib files. They should be .lib files with multiple components called out in the text. so, if you were to create Texas Instruments.lib it would contain the definitions for the lm321_5pin, the lmR16030s, the lmx93, and so on. Right now you are designating the LM321_5pin, for example, as a Library.
No description provided.