feat: implement to220 horizontal variant#653
Open
Ojas2095 wants to merge 4 commits into
Open
Conversation
Implement the PDIP-8 footprint using the existing dip_def wrapper. Added pdip.ts with tests, exported it in index.ts. Closes tscircuit#371
Implemented led5050 (default 6 pins, with 4-pin WS2812B variant) and led2835 (2 pins) footprints. Closes tscircuit#122
Implemented the \lpcc\ footprint (Leadless Plastic Chip Carrier) which is effectively an alias to \qfn\ but with an exposed thermal pad enabled by default, as requested in issue tscircuit#300. Added test coverage for \lpcc32_w5mm_p0.5mm\. Closes tscircuit#300
Added support for rendering the horizontal (tab down) variant of the TO-220 footprint by passing the \horizontal: true\ option, or using \ o220_horizontal\ in the string builder. This aligns with standard KiCad tab-down layouts for TO-220. Closes tscircuit#185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #185
Added support for rendering the horizontal (tab down) variant of the TO-220 footprint by passing the \horizontal: true\ option to the \ o220\ generator, or using \ o220_horizontal\ in the footprinter string.
This matches the standard KiCad TabDown layouts, including the correctly spaced body footprint, mounting hole, and bent pin pad positioning. Also added tests to cover both 3-pin and 5-pin horizontal variants.