-
Notifications
You must be signed in to change notification settings - Fork 0
/
CANBUSswitch.kicad_pcb
404 lines (392 loc) · 24.8 KB
/
CANBUSswitch.kicad_pcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen"))
(copper_finish "None")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 4)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "Net-(J2-Pin_1)")
(net 2 "Net-(J2-Pin_2)")
(net 3 "unconnected-(SW1C-C-Pad9)")
(net 4 "unconnected-(SW1A-A-Pad1)")
(net 5 "unconnected-(SW1D-C-Pad12)")
(net 6 "unconnected-(SW1D-A-Pad10)")
(net 7 "unconnected-(SW1D-B-Pad11)")
(net 8 "Net-(SW1A-B)")
(net 9 "Net-(J1-Pin_2)")
(net 10 "Net-(J1-Pin_1)")
(net 11 "Net-(SW1B-C)")
(footprint "Button_Switch_THT:★MFS401N−2−Z" (layer "F.Cu")
(tstamp a36e1082-a8b1-4558-ae6a-db69574b45da)
(at 191.596 39.624)
(property "Sheetfile" "CANBUSswitch.kicad_sch")
(property "Sheetname" "")
(path "/b4547ad6-507d-4bcc-8bf8-45cb8df3a89f")
(attr through_hole)
(fp_text reference "SW1" (at 0 4.5 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.1)))
(tstamp f53e83b0-1f25-4cce-b9d9-d558eb91c918)
)
(fp_text value "~" (at 0 6 unlocked) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 20b0ec16-bbd9-4d40-b72a-1a107aba2fbb)
)
(fp_line (start -7 -3) (end 7 -3)
(stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 91d23ac7-8e85-456d-ba21-dc92ae02dd9d))
(fp_line (start -7 3) (end -7 -3)
(stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 181f4db5-3e3c-4e18-beba-5db6ed2e5edc))
(fp_line (start 7 -3) (end 7 3)
(stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 3fc8f4ed-ec39-48e0-b87d-b8673490d6bf))
(fp_line (start 7 3) (end -7 3)
(stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 6056e16d-5519-400e-ae10-2396cbe7b8e4))
(pad "1" thru_hole circle (at -5 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 4 "unconnected-(SW1A-A-Pad1)") (pinfunction "A") (pintype "passive") (tstamp e8c9c0c8-6bf2-4f75-9921-523a9a4e1fc4))
(pad "2" thru_hole circle (at -3 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 8 "Net-(SW1A-B)") (pinfunction "B") (pintype "passive") (tstamp 342a75d5-33a7-471b-91d5-c0a553fe1d23))
(pad "3" thru_hole circle (at -1 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J2-Pin_2)") (pinfunction "C") (pintype "passive") (tstamp 67240158-ae7e-45d1-8eca-06f6eb41cb41))
(pad "4" thru_hole circle (at 1 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J2-Pin_2)") (pinfunction "A") (pintype "passive") (tstamp a350e8f9-a0da-4b34-8ad7-473fe82e8ee1))
(pad "5" thru_hole circle (at 3 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 9 "Net-(J1-Pin_2)") (pinfunction "B") (pintype "passive") (tstamp 9b2b0d7e-322e-4cd1-846d-d2b66760f590))
(pad "6" thru_hole circle (at 5 -1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 11 "Net-(SW1B-C)") (pinfunction "C") (pintype "passive") (tstamp 591e84b4-1aba-43a0-93e8-89dcbe02ac53))
(pad "7" thru_hole circle (at -5 1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 1 "Net-(J2-Pin_1)") (pinfunction "A") (pintype "passive") (tstamp b7f29843-61c2-435b-8a00-f086cbb17088))
(pad "8" thru_hole circle (at -3 1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 10 "Net-(J1-Pin_1)") (pinfunction "B") (pintype "passive") (tstamp 23e9720d-6b62-4946-b580-462ec4d7d639))
(pad "9" thru_hole circle (at -1 1.25) (size 1.0762 1.0762) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 3 "unconnected-(SW1C-C-Pad9)") (pinfunction "C") (pintype "passive") (tstamp 24ac49c2-8798-4f6a-8a0a-6b0936e4db61))
(pad "10" thru_hole roundrect (at 1 1.25) (size 1.0762 2.6002) (drill 0.8 (offset 0 0.762)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25)
(net 6 "unconnected-(SW1D-A-Pad10)") (pinfunction "A") (pintype "passive") (tstamp 1ed6db2f-c76e-4669-8d86-7e803a7ea0a3))
(pad "11" thru_hole roundrect (at 3 1.25) (size 1.0762 2.6002) (drill 0.8 (offset 0 0.762)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25)
(net 7 "unconnected-(SW1D-B-Pad11)") (pinfunction "B") (pintype "passive") (tstamp 9ebeb832-8e4a-445c-b104-8c744ebf37cf))
(pad "12" thru_hole roundrect (at 5 1.25) (size 1.0762 2.6002) (drill 0.8 (offset 0 0.762)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25)
(net 5 "unconnected-(SW1D-C-Pad12)") (pinfunction "C") (pintype "passive") (tstamp f2549bc7-a905-4d01-8af1-d1f9923efa9d))
)
(footprint "Library:WirePad2" (layer "B.Cu")
(tstamp 015d9c37-de5f-4691-afeb-1143cb45f2c8)
(at 200.025 40.767)
(property "Sheetfile" "CANBUSswitch.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(property "ki_keywords" "connector")
(path "/ef6e567a-c39a-4ac4-b791-956ed9808185")
(attr through_hole)
(fp_text reference "J1" (at 0 0.5 180 unlocked) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
(tstamp 26e3190b-e044-485f-b393-3003c345e67f)
)
(fp_text value "Conn_01x02" (at 0 -1 180 unlocked) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 5449a16e-525b-41fd-b5b4-9ead1f170e08)
)
(fp_text user "${REFERENCE}" (at 0 -2.5 180 unlocked) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp f276f09a-f049-41b9-a6ed-9a00e91975f2)
)
(pad "1" smd rect (at 0 0 180) (size 2 3) (layers "B.Cu" "B.Paste" "B.Mask")
(net 10 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (thermal_bridge_angle 45) (tstamp ec25b81a-3105-4b84-854b-c779bd031bce))
(pad "2" smd rect (at 0 0 90) (size 3 2) (layers "F.Cu" "F.Paste" "F.Mask")
(net 9 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 000e5d1f-4a9b-4353-8f83-43059f7db630))
)
(footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu")
(tstamp 726112a3-f5a7-41d0-ab5c-40d51223abdf)
(at 199.136 37.846 180)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "Sheetfile" "CANBUSswitch.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/06d7e07d-7d55-4936-9d1e-91d24c66ccb4")
(attr smd)
(fp_text reference "R2" (at 0 1.65) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 24ef4d8e-20bf-410d-8503-8074b84df6a0)
)
(fp_text value "R" (at 0 -1.65) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 73f00469-7d58-47f6-afd6-41e1acee0335)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror))
(tstamp c968f48d-30ad-4391-ae9b-279128844470)
)
(fp_line (start -0.227064 -0.735) (end 0.227064 -0.735)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3324cc4a-53d7-4988-b091-3003edf0fa35))
(fp_line (start -0.227064 0.735) (end 0.227064 0.735)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0cccce2f-aa2d-47e2-8b27-4c6f69613c17))
(fp_line (start -1.68 -0.95) (end -1.68 0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ddba6d4-8514-45bc-afdd-dfb6623ecf03))
(fp_line (start -1.68 0.95) (end 1.68 0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c91153b1-f8c9-455e-ac5d-bcdd472821e1))
(fp_line (start 1.68 -0.95) (end -1.68 -0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2952a3f9-b022-4a58-9c42-40ce764c18fc))
(fp_line (start 1.68 0.95) (end 1.68 -0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 545fa8cb-7797-4e28-960c-1ca41a548e0f))
(fp_line (start -1 -0.625) (end -1 0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a86e63ea-3870-452c-ab89-d6a6794f7b34))
(fp_line (start -1 0.625) (end 1 0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4dbda7b6-d6a3-4911-84ce-2da4f3c9da54))
(fp_line (start 1 -0.625) (end -1 -0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 821dac06-4a4f-4ef0-818d-e4676e9cf6eb))
(fp_line (start 1 0.625) (end 1 -0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbec43ec-6acb-4e86-9c3b-3f3c80145026))
(pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902)
(net 10 "Net-(J1-Pin_1)") (pintype "passive") (tstamp 62055241-4b19-48c6-bc0b-475d9c22cf6f))
(pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902)
(net 11 "Net-(SW1B-C)") (pintype "passive") (tstamp a8e95a70-29ac-4750-b2bc-a7cb173d318b))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Library:WirePad2" (layer "B.Cu")
(tstamp b318f4f6-c816-4361-89c0-5a6cf9a4d245)
(at 183.134 40.894)
(property "Sheetfile" "CANBUSswitch.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(property "ki_keywords" "connector")
(path "/8f3ab311-2307-490e-a6c9-6958fcfbd960")
(attr through_hole)
(fp_text reference "J2" (at 0 0.5 180 unlocked) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
(tstamp ebdae29a-91cc-4a2c-924f-71cf8a5cd93a)
)
(fp_text value "Conn_01x02" (at 0 -1 180 unlocked) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp a81ad2ff-1342-46d4-aef4-906f9e11911e)
)
(fp_text user "${REFERENCE}" (at 0 -2.5 180 unlocked) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp cd876022-fe30-4ce2-8926-535ae3b9c076)
)
(pad "1" smd rect (at 0 0 180) (size 2 3) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "Net-(J2-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (thermal_bridge_angle 45) (tstamp cdba1717-d857-4272-9320-269b5f44cabc))
(pad "2" smd rect (at 0 0 90) (size 3 2) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "Net-(J2-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 30a0607a-b843-4763-aa80-7c4496355eb0))
)
(footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu")
(tstamp e6261a97-07b5-4843-9542-0f3268384868)
(at 184.023 37.846 180)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "Sheetfile" "CANBUSswitch.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/5b7f3259-9b4f-4d74-9522-286319dfc332")
(attr smd)
(fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 7d6ad9b9-dd04-4dcc-b81f-03f39afdd864)
)
(fp_text value "R" (at 0 -1.65) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 32ead5b9-0580-431a-ae5d-7327577e98c6)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror))
(tstamp 108ca837-8dc6-4241-b57a-c6dc0041f160)
)
(fp_line (start -0.227064 -0.735) (end 0.227064 -0.735)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c716f4e3-f5e7-4084-ba49-2f3745aeda6b))
(fp_line (start -0.227064 0.735) (end 0.227064 0.735)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 586417c6-b079-49bc-94c5-917d9a921a89))
(fp_line (start -1.68 -0.95) (end -1.68 0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ae9341c-1362-4cba-94be-4e261ffcc7f9))
(fp_line (start -1.68 0.95) (end 1.68 0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de836a6f-5513-4593-942c-3aace8f3ba6e))
(fp_line (start 1.68 -0.95) (end -1.68 -0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b8457d2-101c-4abf-a321-b510e853e23f))
(fp_line (start 1.68 0.95) (end 1.68 -0.95)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ec110afe-77c8-4f27-9fc9-91cab867ac28))
(fp_line (start -1 -0.625) (end -1 0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b623953-f883-4ca6-ad6b-f3529ddf8445))
(fp_line (start -1 0.625) (end 1 0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d5136c1f-6222-4eb0-8eaf-44cefac3bef8))
(fp_line (start 1 -0.625) (end -1 -0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 891142c9-108b-4781-954e-1f5790aa11cb))
(fp_line (start 1 0.625) (end 1 -0.625)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e7643d6-de12-410f-bfaf-8b6660286e99))
(pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902)
(net 8 "Net-(SW1A-B)") (pintype "passive") (tstamp 6cf15e24-049d-4b3d-85b1-8f449c14ee5f))
(pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902)
(net 1 "Net-(J2-Pin_1)") (pintype "passive") (tstamp 6b57df1b-fc65-401a-832b-b29ad9f3c947))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_arc (start 196.272 39.493141) (mid 196.124744 39.711962) (end 195.874057 39.629962)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 234eec71-2d11-49d0-bf2b-d2899008e7cd))
(gr_arc (start 196.542653 39.441009) (mid 196.304743 39.876646) (end 195.874057 39.629962)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 33b26305-7bbb-4cbb-a210-e342916af53f))
(gr_circle (center 196.502 39.458) (end 196.462 39.478)
(stroke (width 0.05) (type default)) (fill none) (layer "B.SilkS") (tstamp 3a30a734-df25-4ecb-9574-158c20c65915))
(gr_arc (start 196.272 39.488) (mid 196.412 39.348) (end 196.552 39.488)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 44e8a06c-fa33-422f-b46b-9b20601b9390))
(gr_line (start 196.642 39.498) (end 196.542653 39.441009)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 4a4c5117-b13f-49af-9041-fab2b13396ad))
(gr_line (start 196.562 39.548) (end 196.642 39.498)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 4c9b60e5-4928-44ff-98b5-a98831093e55))
(gr_line (start 196.342 40.068) (end 196.342 39.878)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 4ce599a8-9700-4e15-9ef6-04bcda9e52c8))
(gr_line (start 196.322 39.248) (end 196.372 39.348)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp 525bc907-b0b2-41b4-bd31-5579286f4184))
(gr_line (start 196.542 39.248) (end 196.482 39.348)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp e2443c53-e493-4033-b8c6-6112845d2bc1))
(gr_line (start 196.192 40.068) (end 196.192 39.908)
(stroke (width 0.05) (type default)) (layer "B.SilkS") (tstamp f18c1cbd-bea5-4f66-8534-6fec37b11870))
(gr_line (start 184.563 42.799) (end 181.61 42.799)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 1e443e58-ccd6-4078-bdaa-8b1743fa87f3))
(gr_line (start 184.563 38.989) (end 184.563 42.799)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 2418800a-a3b8-48c8-af3e-8e1253ea8eab))
(gr_line (start 198.596 42.672) (end 198.596 38.862)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 2c914920-dfd9-41a2-b9d5-cf9416e07b7f))
(gr_line (start 201.549 42.672) (end 198.596 42.672)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 3afe4e50-7b1e-43ed-b7a8-fc492d588b4b))
(gr_rect (start 181.61 36.576) (end 184.658 38.862)
(stroke (width 0.15) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3d661ced-6416-4cd8-b0fd-0c1f4b828bce))
(gr_rect (start 198.501 36.576) (end 201.549 38.862)
(stroke (width 0.15) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 507c01e9-2299-45a8-bf0e-a5dc5347282c))
(gr_line (start 181.61 42.799) (end 181.61 38.989)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 76d238b5-3ee2-41b4-b72c-881527b98acc))
(gr_line (start 201.549 38.862) (end 201.549 42.672)
(stroke (width 0.3) (type solid)) (layer "F.SilkS") (tstamp 7de39e8e-408d-4f46-9063-0cac416c91a7))
(gr_line (start 181.61 36.449) (end 201.549 36.449)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 3bd4be73-9a3c-41bd-a450-92c822494e8c))
(gr_arc (start 201.549 38.354) (mid 201.041 37.846) (end 201.549 37.338)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 4b3af022-ca38-4791-938c-9ab5fe82daa4))
(gr_line (start 201.549 36.449) (end 201.549 37.338)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 562593da-0311-44ef-aa75-c74237b8f4c3))
(gr_line (start 201.549 42.799) (end 186.69 42.799)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 6739c472-146a-4bc3-8f55-7ad7397c299e))
(gr_line (start 181.61 42.799) (end 181.61 38.354)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 72c2d4fe-acf8-4523-b8a4-b8d5b9a2ab84))
(gr_line (start 186.69 42.799) (end 181.61 42.799)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 863adc69-d336-47e7-bbb9-df6aa986c02c))
(gr_arc (start 181.61 37.338) (mid 182.118 37.846) (end 181.61 38.354)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 8fdd19ae-672b-4b02-b52a-321cede56565))
(gr_line (start 181.61 37.338) (end 181.61 36.449)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp d459265e-6fac-4a75-bd22-ffc6df3db5b0))
(gr_line (start 201.549 38.354) (end 201.549 42.799)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp d91b9234-d3d4-4d71-bfe2-ac98331b80e5))
(gr_text "FRC Team 1540" (at 191.4906 37.7698) (layer "B.SilkS") (tstamp b2c2104b-6f4f-493a-bc85-7dd666f30e0f)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom mirror))
)
(gr_text "CANswitch" (at 192.0748 42.6212) (layer "B.SilkS") (tstamp d19287b4-6c7f-4f54-a4e6-101f0c678b6f)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "<-Terminate" (at 195.834 40.1574) (layer "B.SilkS") (tstamp f2f1c7e5-2001-419d-810b-b830a26cf9a1)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "Brendan Lee" (at 191.6938 40.1574) (layer "F.SilkS") (tstamp c3d864ae-6cbd-44f8-b371-b0c6dfeaec69)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(segment (start 183.154 40.874) (end 183.134 40.894) (width 0.508) (layer "B.Cu") (net 1) (tstamp 85df6765-9795-402c-b3bc-53e2cf80d7bf))
(segment (start 183.1105 37.846) (end 183.1105 40.8705) (width 0.508) (layer "B.Cu") (net 1) (tstamp 8e4d7471-de82-49d5-8044-678d75f6f51a))
(segment (start 186.596 40.874) (end 183.154 40.874) (width 0.508) (layer "B.Cu") (net 1) (tstamp c47b4959-c784-48e9-b54f-3ecc15f8d1f0))
(segment (start 183.1105 40.8705) (end 183.134 40.894) (width 0.508) (layer "B.Cu") (net 1) (tstamp df289c8c-fa2a-433d-b702-8bdc48ee9eb6))
(segment (start 183.134 40.894) (end 184.404 39.624) (width 0.508) (layer "F.Cu") (net 2) (tstamp 4439eeb2-8fed-466e-9754-459743abfd94))
(segment (start 184.404 39.624) (end 189.346 39.624) (width 0.508) (layer "F.Cu") (net 2) (tstamp 65cb95c5-ec4c-49fa-afad-0c017161de5f))
(segment (start 190.596 38.374) (end 192.596 38.374) (width 0.508) (layer "F.Cu") (net 2) (tstamp dcc06bfc-1e2d-4327-b2d6-307dd19c78a0))
(segment (start 189.346 39.624) (end 190.596 38.374) (width 0.508) (layer "F.Cu") (net 2) (tstamp e320f912-d358-47fe-9484-93e4a528d6c2))
(segment (start 185.6975 37.084) (end 187.306 37.084) (width 0.508) (layer "B.Cu") (net 8) (tstamp 1333804f-dbf7-4bfd-b73d-5460ef32cdc8))
(segment (start 184.9355 37.846) (end 185.6975 37.084) (width 0.508) (layer "B.Cu") (net 8) (tstamp 78bde169-efb5-44ff-a044-1120d3316dba))
(segment (start 187.306 37.084) (end 188.596 38.374) (width 0.508) (layer "B.Cu") (net 8) (tstamp 7a1da661-abed-44ff-b004-8b4e022802a8))
(segment (start 194.596 38.374) (end 195.846 39.624) (width 0.508) (layer "F.Cu") (net 9) (tstamp 3a13cbd7-1337-4d01-9118-e88566be4187))
(segment (start 195.846 39.624) (end 198.882 39.624) (width 0.508) (layer "F.Cu") (net 9) (tstamp abb7db23-1506-4e52-9b68-13dc632a67c3))
(segment (start 198.882 39.624) (end 200.025 40.767) (width 0.508) (layer "F.Cu") (net 9) (tstamp e65e9976-cda7-48d3-9c41-30be708ef0f2))
(segment (start 189.973 39.497) (end 198.755 39.497) (width 0.508) (layer "B.Cu") (net 10) (tstamp 39bd14dc-e388-498c-b177-17eaee7757d5))
(segment (start 200.0485 37.846) (end 200.0485 40.7435) (width 0.508) (layer "B.Cu") (net 10) (tstamp 700572b0-904d-4fdc-8782-236184454b74))
(segment (start 188.596 40.874) (end 189.973 39.497) (width 0.508) (layer "B.Cu") (net 10) (tstamp 827bf27a-36c9-42a1-8e61-07daddf89476))
(segment (start 198.755 39.497) (end 200.025 40.767) (width 0.508) (layer "B.Cu") (net 10) (tstamp 94c4bc8f-b385-47d7-89aa-c4ae2abd4aaf))
(segment (start 200.0485 40.7435) (end 200.025 40.767) (width 0.508) (layer "B.Cu") (net 10) (tstamp b1269399-03c3-4d79-ae5d-305e39834dbf))
(segment (start 198.2235 37.846) (end 197.124 37.846) (width 0.508) (layer "B.Cu") (net 11) (tstamp 0fb25bd6-c270-4b4a-a3d8-6b7dae96a58e))
(segment (start 197.124 37.846) (end 196.596 38.374) (width 0.508) (layer "B.Cu") (net 11) (tstamp e518ecbe-6c3e-483c-acb3-8e2f56036baa))
)