feat(footprinter): implement UTDFN-4-EP(1x1) footprint - #863
Open
KrishnaX12 wants to merge 1 commit into
Open
KrishnaX12 wants to merge 1 commit into
KrishnaX12 wants to merge 1 commit into
Conversation
KrishnaX12
force-pushed
the
fix/jst-ph-geometry
branch
from
September 2, 2026 21:20
61b3e55 to
6fe63d7
Compare
techmannih
reviewed
Sep 3, 2026
techmannih
left a comment
Member
There was a problem hiding this comment.
Is this single footprint, can you add more variant
Contributor
Author
|
This branch has not been deployed
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.
Fixes #183
Summary
Adds support for the UTDFN-4-EP (1×1mm) windmill land pattern footprint, following the SGM2036 recommended land pattern and matching KiCad's
UDFN-4-1EP_1x1mm_P0.65mm_EP0.48x0.48mmstandard.Changes
src/fn/utdfn.ts: Implementedutdfnfootprint with configurable dimensions, 45° rotated thermal pad diamond, and chamfered corner pads.src/fn/dfn.ts: Extracted sharedgetDfnCornerPadPointshelper for chamfered pad reuse.src/footprinter.ts: Addedutdfnbuilder and aliases (utdfn_4_ep,UTDFN-4-EP,UTDFN-4-EP(1x1)).tests/utdfn.test.ts) and KiCad parity verification (tests/kicad-parity/utdfn4-kicad-parity.test.ts).Verification