set 'provided' status to 'no' by default for all currently known parts
[hw/altusmetrum] / packages / 0603.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" "" "0603" 0 0 -3150 -3150 0 100 ""]
14 (
15   Attribute("openscad" "0603")
16
17 # Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
18         Pad[-2559 -492
19                 -2559 492
20                 2952 2000 3552 "1" "1" "square"]
21             Pad[2559 -492
22                 2559 492
23                 2952 2000 3552 "2" "2" "square"]
24 #
25 # This draws a 1 mil placement courtyard outline in silk.  It should probably
26 # not be included since you wont want to try and fab a 1 mil silk line.  Then
27 # again, it is most useful during parts placement.  It really is time for some
28 # additional non-fab layers...
29 #       ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval(-1*V1/2) eval(   V2/2) CYW]
30 #       ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval(   V1/2) eval(-1*V2/2) CYW]
31 #       ElementLine[eval(   V1/2) eval(   V2/2) eval(   V1/2) eval(-1*V2/2) CYW]
32 #       ElementLine[eval(   V1/2) eval(   V2/2) eval(-1*V1/2) eval(   V2/2) CYW]
33 )