/usr/share/pcb/pcblib-newlib/geda/LED3.fp is in pcb-common 20140316-3.
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 | Element(0x00 "LED, size in mm (pin 1 is +, 2 is -)" "" "LED3" 100 70 0 100 0x00)
(
# typical LED is 0.5 mm or 0.020" square pin. See for example
# http://www.lumex.com and part number SSL-LX3054LGD.
# 0.020" square is 0.0288" diagonal. A number 57 drill is
# 0.043" which should be enough. a 65 mil pad gives 11 mils
# of annular ring.
Pin(-50 0 65 43 "1" 0x101)
Pin(50 0 65 43 "2" 0x01)
ElementArc(0 0 59 59 45 90 10)
ElementArc(0 0 59 59 225 90 10)
ElementArc(0 0 79 79 45 90 10)
ElementArc(0 0 79 79 225 90 10)
Mark(0 0)
)
|