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.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
(module footprints:LED-5MM (layer F.Cu) (tedit 5570F7EA)
 | 
						|
  (descr "LED 5mm round vertical")
 | 
						|
  (tags "LED 5mm round vertical")
 | 
						|
  (fp_text reference D4 (at 1.524 4.064) (layer F.SilkS)
 | 
						|
    (effects (font (size 1 1) (thickness 0.15)))
 | 
						|
  )
 | 
						|
  (fp_text value LED (at 1.524 -3.937) (layer F.Fab)
 | 
						|
    (effects (font (size 1 1) (thickness 0.15)))
 | 
						|
  )
 | 
						|
  (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05))
 | 
						|
  (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05))
 | 
						|
  (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15))
 | 
						|
  (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15))
 | 
						|
  (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15))
 | 
						|
  (fp_text user K (at -1.905 1.905) (layer F.SilkS)
 | 
						|
    (effects (font (size 1 1) (thickness 0.15)))
 | 
						|
  )
 | 
						|
  (pad 1 thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
 | 
						|
  (pad 2 thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
 | 
						|
  (model LEDs.3dshapes/LED-5MM.wrl
 | 
						|
    (at (xyz 0.05 0 0))
 | 
						|
    (scale (xyz 1 1 1))
 | 
						|
    (rotate (xyz 0 0 90))
 | 
						|
  )
 | 
						|
)
 |