mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Refine definition of KiCad (#3743)
* Refine definition of KiCad language * Add ".sch" as a registered Scheme extension * Add more meaningful samples from real repositories
This commit is contained in:
17
samples/KiCad Layout/SW_PUSH_SMALL.kicad_mod
Normal file
17
samples/KiCad Layout/SW_PUSH_SMALL.kicad_mod
Normal file
@@ -0,0 +1,17 @@
|
||||
(module footprints:SW_PUSH_SMALL (layer F.Cu) (tedit 0)
|
||||
(fp_text reference SW7 (at 0 -0.762) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value SW_PUSH (at 0 1.016) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.54) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -3.81 -3.81) (end 3.81 -3.81) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -3.81) (end 3.81 3.81) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -3.81 -3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
|
||||
(pad 2 thru_hole circle (at 3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
|
||||
(pad 1 thru_hole circle (at -3.81 -2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
|
||||
(pad 2 thru_hole circle (at -3.81 2.54) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
|
||||
)
|
||||
Reference in New Issue
Block a user