mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
* Refine definition of KiCad language * Add ".sch" as a registered Scheme extension * Add more meaningful samples from real repositories
26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
(module footprints:TO-92_Molded_Narrow (layer F.Cu) (tedit 54F242E1)
|
|
(descr "TO-92 leads molded, narrow, drill 0.6mm (see NXP sot054_po.pdf)")
|
|
(tags "to-92 sc-43 sc-43a sot54 PA33 transistor")
|
|
(fp_text reference Q5 (at 0 -4) (layer F.SilkS)
|
|
(effects (font (size 1 1) (thickness 0.15)))
|
|
)
|
|
(fp_text value BC547 (at 0 3) (layer F.Fab)
|
|
(effects (font (size 1 1) (thickness 0.15)))
|
|
)
|
|
(fp_line (start -1.4 1.95) (end -1.4 -2.65) (layer F.CrtYd) (width 0.05))
|
|
(fp_line (start -1.4 1.95) (end 3.9 1.95) (layer F.CrtYd) (width 0.05))
|
|
(fp_line (start -0.43 1.7) (end 2.97 1.7) (layer F.SilkS) (width 0.15))
|
|
(fp_arc (start 1.27 0) (end 1.27 -2.4) (angle -135) (layer F.SilkS) (width 0.15))
|
|
(fp_arc (start 1.27 0) (end 1.27 -2.4) (angle 135) (layer F.SilkS) (width 0.15))
|
|
(fp_line (start -1.4 -2.65) (end 3.9 -2.65) (layer F.CrtYd) (width 0.05))
|
|
(fp_line (start 3.9 1.95) (end 3.9 -2.65) (layer F.CrtYd) (width 0.05))
|
|
(pad 2 thru_hole circle (at 1.27 -1.27 90) (size 1.00076 1.00076) (drill 0.6) (layers *.Cu *.Mask F.SilkS))
|
|
(pad 3 thru_hole circle (at 2.54 0 90) (size 1.00076 1.00076) (drill 0.6) (layers *.Cu *.Mask F.SilkS))
|
|
(pad 1 thru_hole circle (at 0 0 90) (size 1.00076 1.00076) (drill 0.6) (layers *.Cu *.Mask F.SilkS))
|
|
(model TO_SOT_Packages_THT.3dshapes/TO-92_Molded_Narrow.wrl
|
|
(at (xyz 0.05 0 0))
|
|
(scale (xyz 1 1 1))
|
|
(rotate (xyz 0 0 -90))
|
|
)
|
|
)
|