7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-21 20:23:44 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Carsten Presser
241c1849b4 Update 3DMODEL_DIR variable for all footprints
Similar to the previous commit, the variable pointing to the directory
containing the 3D Models for the footprins also need to be updated to
KiCad8 since its versioned.
2024-02-20 23:41:52 +01:00
Carsten Presser
12f863397a Update format of all footprints to KiCad8
Even though KiCad8 can read older symbol files, this change is needed
to make future additions to the library easy to review.
KiCad8 introduced a new way of indenting. Even when changing just a
small text, that would result in a huge diff when saving the KiCad7 file
with KiCad8. Those diffs are hard to read making the life of the library
team difficult.
2024-02-20 22:38:48 +01:00
Philipp Swoboda
1643a594f3 Add Isabellenhuette BVR Shunt
See merge request kicad/libraries/kicad-footprints!3525
2024-02-20 16:33:28 +00:00
kliment
a0388d07e4 Swap pads 3 and 4 of R_Shunt_Ohmite_LVK*
Fixes 
2023-02-09 19:06:15 +00:00
cpresser
ee227da2af Save every single footprint using kicad v6 2022-01-04 17:40:30 +00:00
Seth Hillbrand
515da98f1c Update footprints to use new 3D environmental variable 2020-12-31 09:55:18 -08:00
evanshultz
0008170b64
Use unique and IPC package sizes for R, L, and C ()
* Use unique and IPC package sizes for R, L, and C
2020-09-24 01:15:33 +02:00
Xathar
5c9d4613e2 Vishay WSR2/3 footprint () 2019-01-06 16:12:11 +01:00
Oliver
56031e77a9
Merge pull request from LJJS/R_Array
Added 2 footprints
2018-09-24 22:41:33 +10:00
evanshultz
ca3f2cad9d
Merge pull request from poeschlr/finish_pr573
Finish : Vishay WSK2512 shunt resistor footprints
2018-09-17 07:24:17 -07:00
Rene Pöschl
7505e7bf19 Put graphical lines on grid, fix typo 2018-09-17 08:16:01 +02:00
penoud
0006d9bd4a Add R_Shunt_Otmite_LVK24 4 contacts smd resistor () 2018-09-02 16:11:10 +02:00
penoud
d757b80507 add R_Shunt_Ohmite_LVK25 4 contacts smd resistor () 2018-09-02 16:07:33 +02:00
penoud
624d32f38e rename Ohmite_LVK12 to R_Shunt_Ohite_LVK12, remove step 3d model link () 2018-09-02 12:28:46 +02:00
penoud
b087ef6225 Add Ohmite_LVK20 shunt resistor () 2018-08-31 13:51:58 +02:00
Rene Pöschl
c1dfe352c6 Fixup WSK2512 problems plus add missing variants
- Added variants for terminal lenght 1.19mm and 2.21mm
- Fixed courtyard clearance
- Fixed silk outline (no longer overlaps pads)
- Corrected pad sizes (The existing version was the one compatible with
terminal lenght = 1.19mm not 2.66mm)
- More info in description
- Rounded rectangle pads as suggested by IPC
2018-08-28 12:03:42 +02:00
penoud
db271af739 add lvk12 4 contacts resistor () 2018-08-27 21:13:58 +02:00
LJJS
0bc5967ab3 Added 3D model path
The 3D model does not exist, just added the path for the future
2018-08-26 19:23:24 +02:00
LJJS
9cafd3096d Added 2 footprints
Added 2 footprints from VISHAY
See http://www.vishay.com/docs/28770/acasat.pdf
2018-08-26 17:56:00 +02:00
ki5libs
420d7e4066 Adding R_Shunt_Vishay_WSKW0612 () 2018-08-04 18:16:24 +02:00
Rene Pöschl
f4702ce585 Better fitting dimensions for 0805
Fix for  (reported by @stambaughw
Originally the dimensions for 0805 where taken from IPC-SM-782. These
measurements seem to no longer fit the range of parts available right
now. An arbitrary selection of 15 different parts was used to determina
a better fitting footprint.
The research can be found under https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing
2018-06-30 01:55:40 +02:00
Rene Pöschl
bdd5cb73d4 Fix some further mistakes for two terminal smd
- Fuse 2920: terminal length was entered as terminal spacing (Resulted
in too little pad to pad spacing)
- Resitor 1218: body width max was 1mm too large
- 2816: Increased tolerance range for terminal length to fit more
devices.
- Tantal 3528: wrong tolerance range for terminal length
- Tantal 3216 and 6032-28 had wrong tolerance ranges but their effect is
hidden by rounding (meaning no change in the footprint)
2018-06-28 03:26:34 +02:00
Rene Pöschl
99976d1340 2 terminal smd chip: Pad equations where outdated
- New industry standards have updated not only the fillet sizes but also
the way how tolerances are respected.
- For devices that directly give the lead to lead spacing no complicated
calculations are necessary. (was wrong previously)
2018-06-25 00:36:01 +02:00
Rene Pöschl
d0059b70c0 Closer fitting silkscreen for polarized parts
Plarized parts with wider body than pads have now a closer fitting
silkscreen.
2018-06-13 10:57:19 +02:00
Rene Pöschl
aec1ffe500 Fix 0402 pad size (min terminal spacing was wrong) 2018-06-13 03:42:59 +02:00
Rene Pöschl
29c7c9956c Small devices can have smaller silk clearance 2018-06-13 03:30:30 +02:00
Rene Pöschl
58f65e034b Use rounded rectangle pads for two terminal chip parts
The newer IPC standards suggest to use rounded rectangle pads instead of
normal rectangle pads.
2018-06-12 00:19:55 +02:00
Rene Pöschl
8f048d2d67 Update two terminal smd chip packages to IPC-7351B 2018-06-07 22:13:41 +02:00
Jeremy Siebers
27195cf11d Changed the footprint back to match the default shunt symbol (and also the new US shunt symbol). 2018-06-06 08:23:32 +02:00
Jeremy Siebers
262eb55b3a Renamed WKS to WSK 2018-05-23 15:11:23 +02:00
Jeremy Siebers
26668854ab Renaming footprint to R_Vishay_WKS2512_6332Metric_T2.66mm
Changed Pin order in to 1-2 for the standard non-kelvin connections,
pin 3-4 for the Kelvin pins.
2018-05-23 14:52:09 +02:00
Jeremy Siebers
c392269567 Added new shunt footprint:
WSK2512 for 0.005 to 0.2 Ohms
2018-05-07 13:02:52 +02:00
Rene Pöschl
fac4d8d15f Fix pad sizes for two terminal smd devices (issue )
The wrong IPC tables have been used for devices >=0603_1605Metric
For devices where the dimension S instead of T was given,
Smax was used instead fo Smax(RMS).
2018-04-05 10:23:08 +02:00
Rene Pöschl
1c8964cdcc Fix metric code for standard 1020 resistor 2018-01-09 11:30:44 +01:00
Rene Pöschl
5d8844ebe6 Fix R_1020 metric code 2017-12-10 14:19:06 +01:00
Rene Pöschl
808d9bbd50 Copied the wrong files last time. Now 01005 also has its special paste pad. 2017-11-06 10:48:16 +01:00
Rene Pöschl
37e0dc9ed1 Special paste pad for smaller 0402 footprints. 2017-11-06 10:41:47 +01:00
Rene Pöschl
88be441850 Add requested 4020 resistor 2017-11-06 09:17:48 +01:00
Rene Pöschl
fc085f90c1 Changed 3d path from plural to singular. 2017-11-05 20:58:52 +01:00
Rene Pöschl
d83233930d Add unmodified footprints from old resistors_smd repo 2017-11-05 20:58:13 +01:00
Rene Pöschl
42ad338f89 Added Inductor and Diode footprints. Deleted some handsolder versions 2017-11-05 00:13:32 +01:00
Rene Pöschl
8cdbfb34e0 Added footprints for capacitors 2017-11-04 17:50:15 +01:00
Rene Pöschl
80de491c3e Rotate fab reference for wide devices if this allows for an increased font size. 2017-11-03 23:31:44 +01:00
Rene Pöschl
b830e8d459 Fixed 3d model path again. (used a wrong variable for generating it.) 2017-11-03 21:20:59 +01:00
Rene Pöschl
412e613927 Handsolder and normal versions now share their 3d model. Courtyard outline is now on grid. Removed illegal char from keywords field. 2017-11-03 21:14:58 +01:00
Rene Pöschl
988b05c2ba New script generated SMD resistor packages for review 2017-11-03 20:30:14 +01:00