From: Keith Packard Date: Fri, 28 Dec 2012 01:18:47 +0000 (-0800) Subject: Add a couple of missing packages to git X-Git-Tag: fab-v0.1~17 X-Git-Url: https://git.gag.com/?p=hw%2Ftelegps;a=commitdiff_plain;h=7ca76b7db85f7caa9782e85f597aa1506e09d977 Add a couple of missing packages to git Signed-off-by: Keith Packard --- diff --git a/packages/0604.fp b/packages/0604.fp new file mode 100644 index 0000000..2f0f131 --- /dev/null +++ b/packages/0604.fp @@ -0,0 +1,27 @@ + # grab the input values and convert to 1/100 mil + # how much to grow the pads by for soldermask [1/100 mil] + # clearance from planes [1/100 mil] + # silk screen width [1/100 mil] + # courtyard silk screen width [1/100 mil] +# element_flags, description, pcb-name, value, mark_x, mark_y, +# text_x, text_y, text_direction, text_scale, text_flags +Element[0x00000000 "Standard SMT resistor, capacitor etc" "" "0604" 0 0 -3150 -3150 0 100 ""] +( +# +# Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags] + Pad[-2559 -542 + -2559 542 + 2952 2000 3552 "1" "1" "square"] + Pad[2559 -542 + 2559 542 + 2952 2000 3552 "2" "2" "square"] +# +# This draws a 1 mil placement courtyard outline in silk. It should probably +# not be included since you wont want to try and fab a 1 mil silk line. Then +# again, it is most useful during parts placement. It really is time for some +# additional non-fab layers... +# ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval(-1*V1/2) eval( V2/2) CYW] +# ElementLine[eval(-1*V1/2) eval(-1*V2/2) eval( V1/2) eval(-1*V2/2) CYW] +# ElementLine[eval( V1/2) eval( V2/2) eval( V1/2) eval(-1*V2/2) CYW] +# ElementLine[eval( V1/2) eval( V2/2) eval(-1*V1/2) eval( V2/2) CYW] +) diff --git a/packages/100mil2pin.fp b/packages/100mil2pin.fp new file mode 100644 index 0000000..6e8c599 --- /dev/null +++ b/packages/100mil2pin.fp @@ -0,0 +1,10 @@ + +Element(0x00000000 "Header_2pin" "J0" "" 0 0 125 -30 0 100 0x00000000) +( + Pin(0 0 70 15 85 38 "1" "1" 0x04000101) + Pin(100 0 70 15 85 38 "2" "2" 0x04000001) + ElementLine (150 -50 -50 -50 15) + ElementLine (-50 -50 -50 50 15) + ElementLine (-50 50 150 50 15) + ElementLine (150 50 150 -50 15) + )