-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adding SOT25 #50
base: main
Are you sure you want to change the base?
Adding SOT25 #50
Conversation
@seveibar the layout of SOT25 has a wide width at the left-hand pins how modify the measurements to have it? |
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.
Yeah, that's what the problem which I faced here #50 (comment) for adding more pin width on left hand side which fields I've to modify ? |
@DhairyaMajmudar you can't extend sot25 to make this work. Take a look at other implementations to see how they work, or go inside the definition to understand how it creates elements. at around 25m into this video i show how to create each pad manually. That is a great approach for this because it is a fairly simple layout with just 6 pads https://blog.tscircuit.com/p/learn-how-to-contribute-to-tscircuits?utm_campaign=post&utm_medium=web |
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.
@anas-sarkez can you take a look at this looks weird to me
Yea @DhairyaMajmudar the snapshot shows it’s not properly centered |
@seveibar |
@anas-sarkez thanks thats helpful, sounds like we can close this one out |
-> Adding SOT25 circuit
-> Closes #43
cc: @seveibar