mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-24 17:53:45 +00:00
fix incorrect hole size (#1479)
This commit is contained in:
parent
41aea9497c
commit
b57e10be1d
@ -1,4 +1,4 @@
|
||||
(module Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork (layer F.Cu) (tedit 5A1DC085)
|
||||
(module Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork (layer F.Cu) (tedit 5C89BF14)
|
||||
(descr "solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434")
|
||||
(tags "solder Pin_ with flat fork")
|
||||
(fp_text reference REF** (at 0 2.25) (layer F.SilkS)
|
||||
@ -22,7 +22,7 @@
|
||||
(fp_line (start -1.9 -1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.9 1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.4) (layers *.Cu *.Mask))
|
||||
(model ${KISYS3DMOD}/Connector_Pin.3dshapes/Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
Loading…
Reference in New Issue
Block a user