oops, typo in beeper footprint name
[hw/altusmetrum] / packages / 0805.fp
1 ##from:pcb
2 ##for:resistor
3 ##for:capacitor
4 ##for:led
5
6         # grab the input values and convert to 1/100 mil
7         # how much to grow the pads by for soldermask [1/100 mil]
8         # clearance from planes [1/100 mil]
9         # silk screen width  [1/100 mil]
10         # courtyard silk screen width  [1/100 mil]
11 # element_flags, description, pcb-name, value, mark_x, mark_y,
12 # text_x, text_y, text_direction, text_scale, text_flags
13 Element[0x00000000 "Standard SMT resistor, capacitor etc" "" "0805" 0 0 -3150 -3150 0 100 ""]
14 (
15
16 # Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
17         Pad[-3543 -393
18                 -3543 393
19                 5118 2000 5718 "1" "1" "square"]
20             Pad[3543 -393
21                 3543 393
22                 5118 2000 5718 "2" "2" "square"]
23         ElementLine[-393 -2755 393 -2755 800]
24             ElementLine[-393 2755 393 2755 800]
25 #
26 # This draws a 1 mil placement courtyard outline in silk.  It should probably
27 # not be included since you wont want to try and fab a 1 mil silk line.  Then
28 # again, it is most useful during parts placement.  It really is time for some
29 # additional non-fab layers...
30 #       ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval(-1*V1/2) eval(   V2/2) CYW]
31 #       ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval(   V1/2) eval(-1*V2/2) CYW]
32 #       ElementLine[eval(   V1/2) eval(   V2/2) eval(   V1/2) eval(-1*V2/2) CYW]
33 #       ElementLine[eval(   V1/2) eval(   V2/2) eval(-1*V1/2) eval(   V2/2) CYW]
34 )