/usr/share/pcb/pcblib-newlib/geda/TO220.fp is in pcb-common 20140316-3.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | Element(0x00 "Transistor" "" "TO220" 50 570 1 100 0x00)
(
# I have been unable to locate the JEDEC drawing. However, refering
# to http://www.zetex.com/3.0/pdf/TO220.pdf which claims to be JEDEC
# compliant, I see that the pins are rectangular with dimensions:
#
# 15-40 mils X 16-20 mils which gives a diagonal of
# 21.9 to 44.7 mils
#
# The pin pitch is 90 to 110 mils.
#
# The mounting hole is 139 to 160 mils diameter
Pin(100 800 90 60 "1" 0x101)
Pin(200 800 90 60 "2" 0x01)
Pin(300 800 90 60 "3" 0x01)
# Befestigungsbohrung
Pin(200 130 150 130 "4" 0x01)
# Anschlussdraehte
ElementLine(100 800 100 620 30)
ElementLine(200 800 200 620 30)
ElementLine(300 800 300 620 30)
# Gehaeuse
ElementLine( 0 620 400 620 20)
ElementLine(400 620 400 245 20)
ElementLine(400 245 0 245 20)
ElementLine( 0 245 0 620 20)
# Kuehlfahne mit Kerben
ElementLine( 0 245 400 245 20)
ElementLine(400 245 400 120 20)
ElementLine(400 120 385 120 20)
ElementLine(385 120 385 50 20)
ElementLine(385 50 400 50 20)
ElementLine(400 50 400 10 20)
ElementLine(400 10 0 10 20)
ElementLine( 0 10 0 50 20)
ElementLine( 0 50 15 50 20)
ElementLine( 15 50 15 120 20)
ElementLine( 15 120 0 120 20)
ElementLine( 0 120 0 245 20)
Mark(200 800)
)
|