-
Notifications
You must be signed in to change notification settings - Fork 29
Implement SOT89 transistor with example and snapshot test #215
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
techmannih
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.
What?? i dont get it |
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |







This pull request adds support for the SOT-89 transistor package to the 3D footprint rendering library. It introduces a new
SOT89component, integrates it into the main rendering logic, updates exports, provides an example usage, and adds a snapshot test to ensure correct rendering.SOT-89 3D Model Implementation:
SOT89component inlib/SOT-89.tsxthat models the SOT-89 package using 3D primitives, including body and leads.Integration with Footprint Renderer:
SOT89component inlib/Footprinter3d.tsxso it can be rendered when the"sot89"footprint is requested. [1] [2]SOT-89component fromlib/index.tsto make it available for external use.Examples and Testing:
examples/SOT-89.example.tsxfor demonstration and manual inspection.tests/snapshots/sot89.test.tsto verify the visual output of the SOT-89 footprint.3D Render
Ref
https://assets.nexperia.com/documents/package-information/SOT89.pdf