Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Fixed a bunch of outdated pad styles #981

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b81105b
Fixed a bunch of outdated pad styles
evanshultz Sep 27, 2018
9f06183
Travis fixes
evanshultz Sep 27, 2018
5264a7d
Simplify some custom pads
evanshultz Sep 28, 2018
7eb7598
Rotate pads, fix courtyard, update URL
evanshultz Sep 28, 2018
48d1369
Fix courtyard dimensions
evanshultz Sep 28, 2018
d69eef8
Use FC-generated footprint
evanshultz Oct 1, 2018
85a434c
Added keywords and 3D model
evanshultz Oct 2, 2018
0b9ba00
Pad updates for Package_SO lib
evanshultz Oct 9, 2018
fffbbf0
Fix line widths
evanshultz Oct 9, 2018
1b74206
Fix 3D model reference
evanshultz Oct 9, 2018
d8ff43e
Change custom pads to Solid zone connection
evanshultz Nov 28, 2018
6c7a460
Change zone connection type to Solid
evanshultz Nov 28, 2018
8c087a7
Revert "Change zone connection type to Solid"
evanshultz Nov 28, 2018
9dba9fa
Add 2 new footprints with wrong zone connection type
evanshultz Nov 28, 2018
360c07b
Change new footprints' zone connection type
evanshultz Nov 28, 2018
3503b23
Revert "Change new footprints' zone connection type"
evanshultz Nov 28, 2018
b71882f
Revert "Add 2 new footprints with wrong zone connection type"
evanshultz Nov 28, 2018
68bb698
Fix Infineon MLPQ-48 footprints
evanshultz Jan 7, 2019
18be550
Remove LFPAK56 footprints with vias
evanshultz Jan 7, 2019
be76b02
SOT-89 bodies to 2.5x4.5mm
evanshultz Jan 7, 2019
e6e1404
Rename TI S-PWQFN-N100 footprint
evanshultz Jan 7, 2019
f7d6bd6
Add EP size to Texas S-PWQFN-N100 footprint
evanshultz Jan 7, 2019
520f864
UDFN courtyard offset to 0.25mm
evanshultz Jan 19, 2019
4b96f33
Delete the files removed from upstream
evanshultz Feb 11, 2019
464b853
Removed another file creating branch conflicts
evanshultz Feb 15, 2019
13c9fbf
Delete Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm.kicad_mod
evanshultz Feb 15, 2019
f475c0b
Delete Linear_DE14MA.kicad_mod
evanshultz Feb 26, 2019
188501a
Merge branch 'master' into custom-pad-shapes
evanshultz Mar 4, 2019
587a54d
Manually add Linear_DE14MA.kicad_mod
evanshultz Mar 4, 2019
bb45b15
Merge branch 'master' into custom-pad-shapes
evanshultz Mar 5, 2019
0a87e98
Update TUSB7340 footprint from master
evanshultz Mar 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into custom-pad-shapes
  • Loading branch information
evanshultz committed Mar 4, 2019
commit 188501a472e801d769675b8103f335e9d93253cf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Vishay_PowerPAK_SC70-6L_Single (layer F.Cu) (tedit 5BAE914D)
(module Vishay_PowerPAK_SC70-6L_Single (layer F.Cu) (tedit 5C711CE5)
(descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf")
(tags "powerpak sc70 sc-70")
(attr smd)
Expand Down Expand Up @@ -26,8 +26,8 @@
(pad 3 smd rect (at -0.925 0.65) (size 0.35 0.3) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.925 0.65) (size 0.35 0.3) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.04 0.65) (size 0.87 0.235) (layers F.Cu F.Paste F.Mask))
(pad "" smd rect (at -0.35 -0.325) (size 0.6 0.8) (layers F.Cu F.Paste))
(pad "" smd rect (at 0.35 -0.325) (size 0.6 0.8) (layers F.Cu F.Paste))
(pad "" smd rect (at -0.35 -0.325) (size 0.6 0.8) (layers F.Paste))
(pad "" smd rect (at 0.35 -0.325) (size 0.6 0.8) (layers F.Paste))
(pad 1 smd custom (at 0 -0.325) (size 1.5 0.95) (layers F.Cu F.Mask)
(zone_connect 2)
(options (clearance outline) (anchor rect))
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.