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

15 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
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
Rene Pöschl
275abf279d Fix courtyard for scripted resistor footprints 2018-04-29 02:39:40 +02:00
jkriege2
c99ecde312 fixed several problems with F.Fab/F.SilkS/F.CrtYd 2018-02-23 11:32:44 +01:00
grob6000
9172d10db4 A few more integer division problems
These footprints also had issues with integer division.
I think I'm running the wrong Python but otherwise working ok. :)
2017-12-04 19:11:28 +11:00
grob6000
ee0db2c63e Radial and shunt resistor errors
Found by Travis
(1) Shunt had comma in the tags
(2) Radial was FUBAR due to some integer division. Thank Python!
2017-12-04 19:01:23 +11:00
grob6000
13f47e59f8 Update power rating description
Decimals are more appropriate: maximum of 3, but as few as possibe (to make it easier to search).
2017-12-04 18:11:59 +11:00
grob6000
e76a892a31 Fixing up description/tag fields
What a mess!
2017-12-04 17:35:19 +11:00
grob6000
4e12d129c6 Regenerated from updated script
Script was updated to fix the following:
(1) Fab text location
(2) 3d references
(3) 3d scaling
These footprints have been regenerated from the script.
2017-12-04 14:40:24 +11:00
Oliver
3b17eb6f47 Fixed 3D model scaling
Reset to 1, 1, 1
2017-11-23 23:59:12 +11:00
Oliver
f7a19cf608 Added second refdes 2017-11-22 00:05:44 +11:00
Oliver
0af5d3c5a6 Fixed 3D link 2017-11-22 00:05:19 +11:00
Oliver
c332baad27 Added THT resistors 2017-11-22 00:04:42 +11:00