Skip to content

Conversation

@MustafaMulla29
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Dec 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 22, 2025 2:09pm

Copy link
Contributor

@seveibar seveibar left a 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

@seveibar
Copy link
Contributor

@MustafaMulla29 you can incremental merge

@MustafaMulla29
Copy link
Contributor Author

MustafaMulla29 commented Dec 21, 2025

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

I mean in the exported dir it's mentioned as simple_chip, simple_resistor etc in mod files ig

@seveibar
Copy link
Contributor

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

@MustafaMulla29
Copy link
Contributor Author

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

@MustafaMulla29 MustafaMulla29 merged commit 1a85016 into tscircuit:main Dec 22, 2025
5 checks passed
@MustafaMulla29 MustafaMulla29 deleted the exp-kicad branch December 22, 2025 14:11
@tscircuitbot
Copy link


Thank you for your contribution! 🎉

PR Rating:
Impact: Tiny

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants