-
Notifications
You must be signed in to change notification settings - Fork 46
Add a new doc for exporting kicad-library #398
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
seveibar
left a comment
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.
see comments, RE: symbols, don't use reference designators, Ray/users would call it out immediately. You can generate ergonomic names for symbols and anyway R1/R2/R3 etc. will often share the same symbol. Ergonomic symbol name: "resistor" if there are multiple "resistor1", "resistor2". Always try to include the manufacturer part name and when that fails include the footprint e.g.
- BEST:
NA555 - OK:
chip_soic8 - BAD:
chip1 - Not acceptable:
U1
|
@MustafaMulla29 you can incremental merge |
I mean in the exported dir it's mentioned as simple_chip, simple_resistor etc in mod files ig |
how can you have a symbol for simple_chip? There are many variations of chip symbols |
Sorry In footprint dir, there is no dir for symbols(only sym-lib-table). My bad I'll fix the doc |
|
Thank you for your contribution! 🎉 PR Rating: ⭐ Track your contributions and see the leaderboard at: tscircuit Contribution Tracker |
No description provided.