File: SMD_DIODE%2060%2030.fp

package info (click to toggle)
pcb 20140316-3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,212 kB
  • ctags: 16,012
  • sloc: ansic: 123,955; sh: 7,306; yacc: 5,087; pascal: 4,118; makefile: 1,565; perl: 552; lex: 438; awk: 157; lisp: 86; tcl: 63; xml: 20
file content (14 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	# Silkscreen box coordinates
Element(0x00 "chip_diode" "" "SMD_DIODE 60 30" 25 50 0 100 0x00)
(
	# PAD(X1, Y1, X1, Y2, T, 1)
	# PAD(X2, Y1, X2, Y2, T, 2)
	# Use Pad instead of PAD so both pads come out square
	Pad(0 -5 0 5 30 "1" 0x100)
	Pad(60 -5 60 5 30 "2" 0x100)
	ElementLine(-30 -35 -30 35 8)
	ElementLine(-30 35 90 35 8)
	ElementLine(90 35 90 -35 8)
	ElementLine(90 -35 -30 -35 8)
		ElementLine( -20 -35 -20 35 8 )
)