fix: tqfp44 defaults to the JEDEC 0.8mm pitch with 0.55mm pads - #849
Open
birdup000 wants to merge 1 commit into
Open
fix: tqfp44 defaults to the JEDEC 0.8mm pitch with 0.55mm pads#849birdup000 wants to merge 1 commit into
birdup000 wants to merge 1 commit into
Conversation
…cuit#792) TQFP-44 is standardized as a 10x10mm body on 0.8mm pitch (JEDEC MS-026 BBA); KiCad's TQFP-44_10x10mm_P0.8mm and footprinter's own tqfp32 both use 0.8mm pitch with 1.475x0.55mm pads. tqfp44 emitted 0.5mm pitch with 0.30mm pads instead. Splits the pitch and pad-width switch cases so 44 follows the 0.8mm family while 48/64/80/100 keep 0.5mm. SVG snapshots updated; a regression test asserts the exact pitch, pad width, and length. Fixes tscircuit#792
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 #792
What
tqfp44emitted 0.5mm pitch with 0.30mm pads. TQFP-44 is a 10x10mm body on 0.8mm pitch (JEDEC MS-026 BBA) — the same family footprinter already gets right fortqfp32(0.8mm, 1.475×0.55mm pads, matching KiCadTQFP-44_10x10mm_P0.8mm).Verification
tqfp44now reads pitch=0.8, pad 1.475×0.55 — identical to tqfp32's output shape