1# element_flags, description, pcb-name, value, mark_x, mark_y,
2# text_x, text_y, text_direction, text_scale, text_flags
3Element[0x00000000 "Surface Mount Coin Cell Holder" "J?" "KEYSTONE_1062" 0 0 -3150 -3150 0 100 ""]
4(
5# Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
6  Pad[0 -39400 0 -46500 12500 1000 800 "NEG" "1" "square"]
7  Pad[0  39400 0  46500 12500 1000 800 "POS" "2" "square"]
8
9# ElementArc[x, y, xradius, yradius, start angle, delta angle, width]
10  ElementArc[0 -16550 45800 45800 156  65 1000]
11  ElementArc[0 -16550 45800 45800  24 -65 1000]
12
13# ElementLine[x1, y1, x2, y2, thickness]
14  # left/right lines that slope down and to the center
15  ElementLine[ 41794 2182  22850 44450 1000]
16  ElementLine[-41794 2182 -22850 44450 1000]
17
18  # lines around bottom pad
19  ElementLine[  22850 44450  8250 44450 1000]
20  ElementLine[ -22850 44450 -8250 44450 1000]
21
22  ElementLine[  8250 44450  8250 54450 1000]
23  ElementLine[ -8250 44450 -8250 54450 1000]
24  ElementLine[ -8250 54450  8250 54450 1000]
25
26  # lines around top pad
27  ElementLine[  34456 -46650  8250 -46650 1000]
28  ElementLine[ -34456 -46650 -8250 -46650 1000]
29
30  ElementLine[  8250 -46650  8250 -54450 1000]
31  ElementLine[ -8250 -46650 -8250 -54450 1000]
32  ElementLine[ -8250 -54450  8250 -54450 1000]
33
34# POS terminal
35  ElementLine[ -13250 46500 -13250 50500 1000]
36  ElementLine[ -15250 48500 -11250 48500 1000]
37
38# NEG terminal
39  ElementLine[ -15250 -48500 -11250 -48500 1000]
40
41)
42