-
Notifications
You must be signed in to change notification settings - Fork 2
/
Baguette.kicad_pcb
484 lines (470 loc) · 29.2 KB
/
Baguette.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(title_block
(title "Baguette")
(date "2023-11-03")
(rev "${REVISION}")
(company "${COMPANY}")
(comment 1 "${LICENSE}")
)
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(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)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen") (color "Black"))
(layer "F.Mask" (type "Top Solder Mask") (color "White") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (color "FR4 natural") (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") (color "White") (thickness 0.01))
(layer "B.SilkS" (type "Bottom Silk Screen") (color "Black"))
(copper_finish "ENIG")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0.2)
(pcbplotparams
(layerselection 0x00010f0_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(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 "gerber")
)
)
(property "COMPANY" "Nuclear Lighthouse Studios")
(property "LICENSE" "CC BY-SA")
(property "REVISION" "r03")
(property "YEAR" "2023")
(net 0 "")
(net 1 "Net-(J1-Pin_1)")
(net 2 "Net-(J1-Pin_2)")
(net 3 "Net-(J1-Pin_3)")
(net 4 "Net-(J2-Pin_1)")
(net 5 "Net-(J2-Pin_2)")
(net 6 "Net-(J2-Pin_3)")
(net 7 "Net-(J3-Pin_1)")
(net 8 "Net-(J4-Pin_1)")
(net 9 "unconnected-(U1C-F2-Pad9)")
(footprint "Library:VALVE-NOVAL_P" (layer "F.Cu")
(tstamp 00000000-0000-0000-0000-00005adf3d57)
(at 140.97 93.98)
(descr "Valve NOVAL P")
(tags "Valve NOVAL P")
(property "Sheetfile" "Baguette.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "double triode")
(property "ki_keywords" "triode valve")
(path "/00000000-0000-0000-0000-00005adf2eda")
(attr through_hole)
(fp_text reference "U1" (at -7.62 -5.08) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 17cc1298-7abb-4ab2-9064-b851046d6c91)
)
(fp_text value "ECC83" (at 4.57 4.95) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9bc72437-3019-40b1-baa5-d28c8de9550c)
)
(fp_text user "${REFERENCE}" (at -7.62 -5.08) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6f5b1d6a-5196-4efc-9d9f-069cbd4b9031)
)
(fp_circle (center -7.62 -5.08) (end 1.63 1.42)
(stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 19714a98-a0b3-4aa7-b4d1-cb6fa2037e2e))
(fp_circle (center -7.62 -5.08) (end 1.63 1.42)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f0da9975-2f62-4c01-b5d5-9d4e0b29e3c8))
(fp_circle (center -7.62 -5.08) (end -13.34 0.63)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp aec297da-1104-42ab-9ecb-edd443d99c41))
(pad "1" thru_hole rect (at -0.635 0 324) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 4 "Net-(J2-Pin_1)") (pinfunction "A") (pintype "output") (tstamp 820ebada-f57a-44ee-af02-33cd8a2f2205))
(pad "2" thru_hole oval (at 0.635 -5.08) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 5 "Net-(J2-Pin_2)") (pinfunction "G") (pintype "input") (tstamp 5604f6ae-acf6-4200-98ae-b9f2f1dee37e))
(pad "3" thru_hole oval (at -0.635 -10.16 36) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 6 "Net-(J2-Pin_3)") (pinfunction "K") (pintype "bidirectional") (tstamp 2a09c25c-eb22-44f7-8d36-19253f672366))
(pad "4" thru_hole oval (at -5.08 -12.7 72) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 7 "Net-(J3-Pin_1)") (pinfunction "F1") (pintype "power_in") (tstamp c69655ba-9408-4685-a003-b391b4a65b67))
(pad "5" thru_hole oval (at -10.16 -12.7 288) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 8 "Net-(J4-Pin_1)") (pinfunction "F1") (pintype "power_in") (tstamp a2e467a0-d840-4b25-b1c4-a10eb24970a3))
(pad "6" thru_hole oval (at -14.605 -10.16 324) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 1 "Net-(J1-Pin_1)") (pinfunction "A") (pintype "output") (tstamp 9c6eab4c-df03-475f-ab51-eff356392daa))
(pad "7" thru_hole oval (at -15.875 -5.08) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J1-Pin_2)") (pinfunction "G") (pintype "input") (tstamp 2ec8291e-ef06-4372-9c80-247772a2e369))
(pad "8" thru_hole oval (at -14.605 0 36) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 3 "Net-(J1-Pin_3)") (pinfunction "K") (pintype "bidirectional") (tstamp a179a9e4-a021-4fb1-9b96-f0488a9e9e65))
(pad "9" thru_hole oval (at -10.16 2.54 72) (size 2.54 3.81) (drill oval 1 1.5) (layers "*.Cu" "*.Mask")
(net 9 "unconnected-(U1C-F2-Pad9)") (pinfunction "F2") (pintype "power_in+no_connect") (tstamp 70fe97cb-3e05-42ce-aa59-e6bd631eb32f))
(model "${KISYS3DMOD}/Valves.3dshapes/VALVE-NOVAL_P.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-00005adf3246)
(at 127 101.6 180)
(descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x03 2.54mm single row")
(property "Sheetfile" "Baguette.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x03, script generated")
(property "ki_keywords" "connector")
(path "/00000000-0000-0000-0000-00005adf43eb")
(attr through_hole)
(fp_text reference "J1" (at 0 2.33) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 5f668e55-b9e7-4a72-83a3-6d1d5e47d6d0)
)
(fp_text value "Conn_01x03_Pin" (at 0 -7.41) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp e56dd0de-459f-4b4e-8cfd-78dc5fe4634c)
)
(fp_text user "${REFERENCE}" (at 0 -2.54 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 4c1f9550-f56d-4b2e-814e-5556acafc937)
)
(fp_line (start -1.33 -6.41) (end 1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60d1086f-66ae-491f-ad53-e550805712c0))
(fp_line (start -1.33 -1.27) (end -1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9054b49-c800-40b6-998d-23e112fc9293))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6c2d70a-f62d-42c2-8687-7a414c6eb457))
(fp_line (start -1.33 0) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c8649cd8-67ff-496d-8c80-33a72f8d361b))
(fp_line (start -1.33 1.33) (end 0 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4571e110-c240-46a9-9002-36debbd1e725))
(fp_line (start 1.33 -1.27) (end 1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ecfc0141-d2af-400f-8440-b4ee8cf099e9))
(fp_line (start -1.8 -6.85) (end 1.8 -6.85)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bc340bc9-e995-4a12-bdeb-1d9ab9933e16))
(fp_line (start -1.8 1.8) (end -1.8 -6.85)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 51ec6ead-9879-4397-a94b-ccab7df2ba02))
(fp_line (start 1.8 -6.85) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d4dbb71-a543-4004-871c-71c9c336c9f9))
(fp_line (start 1.8 1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ccb74872-69de-4ce1-8257-c0aba250cb2e))
(fp_line (start -1.27 -6.35) (end -1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8229c6e8-8387-4a95-a9e4-d6e0c16881e5))
(fp_line (start -1.27 0.635) (end -0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7e4429e1-b6af-4e12-b312-7754d2c46c80))
(fp_line (start -0.635 1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3e467e70-fd9e-4762-bb87-f634e6daa434))
(fp_line (start 1.27 -6.35) (end -1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93d7b53e-7d68-44fb-bb9d-a003b9fe50f1))
(fp_line (start 1.27 1.27) (end 1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e88bcdfc-318c-4831-b2a0-2fc9251e9067))
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 1 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 1c8cb3f7-ac8c-442b-b221-0a7c035f4678))
(pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 94ea0326-27ea-4de2-8ef2-06703b7f93f6))
(pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 3 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 0566a754-916d-4abd-a160-9b0f72073d88))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-00005adf324d)
(at 139.7 101.6 180)
(descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x03 2.54mm single row")
(property "Sheetfile" "Baguette.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x03, script generated")
(property "ki_keywords" "connector")
(path "/00000000-0000-0000-0000-00005adf3da9")
(attr through_hole)
(fp_text reference "J2" (at 0 2.33) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 75a8eed3-b041-495b-8964-6966ab603a03)
)
(fp_text value "Conn_01x03_Pin" (at 0 -7.41) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp b4d953a2-d459-46b9-9172-930a601b227e)
)
(fp_text user "${REFERENCE}" (at 0 -2.54 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp da8665e4-5274-4948-ba47-9f9b1967879c)
)
(fp_line (start -1.33 -6.41) (end 1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 758a341f-d071-4cb3-9c8a-45490bb364fd))
(fp_line (start -1.33 -1.27) (end -1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b25fa08-e6a1-42ab-ad49-e6cd41e3c7a6))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0cf32d1b-3119-43c2-977e-4715fc12e204))
(fp_line (start -1.33 0) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5dbcebf-d079-4d12-b212-0c69c68feccc))
(fp_line (start -1.33 1.33) (end 0 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fbf7f32f-1e68-4b57-9fa7-e21d5fb0ecb4))
(fp_line (start 1.33 -1.27) (end 1.33 -6.41)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7d47c68-0bb3-43ec-b29d-f1b16043ba07))
(fp_line (start -1.8 -6.85) (end 1.8 -6.85)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89fb3b5d-e564-4d91-adcb-2de15e849248))
(fp_line (start -1.8 1.8) (end -1.8 -6.85)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e5c63d48-371b-46db-afd8-b220bbcdb2ab))
(fp_line (start 1.8 -6.85) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c4e539e-d00c-4515-81e6-f2b192b2f318))
(fp_line (start 1.8 1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7f65cdcf-9b31-4178-bb73-ad8c363df3c5))
(fp_line (start -1.27 -6.35) (end -1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1da67778-650d-45bc-bb95-124a1303e443))
(fp_line (start -1.27 0.635) (end -0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a9f47cc0-de76-4fac-9546-ed01e368b2ea))
(fp_line (start -0.635 1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46b451ca-3568-400c-9643-0d8f072f56eb))
(fp_line (start 1.27 -6.35) (end -1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 476cd578-e4ff-4565-8439-d855da65a17f))
(fp_line (start 1.27 1.27) (end 1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55e3afe5-f6af-4735-b388-b6144dac52a4))
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 4 "Net-(J2-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 36a97d70-c9e1-48be-801c-62e56edab106))
(pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 5 "Net-(J2-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 54427722-f653-4677-9faf-62637914fa52))
(pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 6 "Net-(J2-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp bf6d61f6-a1cd-4e52-9c3b-85f256abf620))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-00005adf3252)
(at 139.7 76.2)
(descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x01 2.54mm single row")
(property "Sheetfile" "Baguette.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x01, script generated")
(property "ki_keywords" "connector")
(path "/00000000-0000-0000-0000-00005adf3cf0")
(attr through_hole)
(fp_text reference "J3" (at 0 2.33 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 5fbe723a-ebcf-4c95-9ec2-f9ed81341daa)
)
(fp_text value "Conn_01x01_Pin" (at 0 -2.33 180) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 479e8049-5163-45ab-b3a0-c81437f75a77)
)
(fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp fe17b3d0-9361-4537-b9c7-1fd0dfa5afb5)
)
(fp_line (start -1.33 -1.33) (end 1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32dbd6a6-b1a5-4a3a-b5b9-56df1ce67077))
(fp_line (start -1.33 -1.27) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50510a28-88f2-410f-877d-0f86f03aa271))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 749cd530-5c76-4047-8fbe-fe5a5684410b))
(fp_line (start -1.33 0) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89f4d5fe-6bec-4485-9992-7c346b894ee1))
(fp_line (start -1.33 1.33) (end 0 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c30f68f3-4ec0-4e3e-aa62-99dd41ef37d9))
(fp_line (start 1.33 -1.27) (end 1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de2b3415-b061-412a-8285-ea7212c79c91))
(fp_line (start -1.8 -1.8) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35a175c2-be86-42a4-a9f5-c6b0a0ea3f82))
(fp_line (start -1.8 1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 49c1e349-4a89-4627-82d2-3a54b8d65050))
(fp_line (start 1.8 -1.8) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c59d4772-9df9-4f31-9aeb-b7260116bf1d))
(fp_line (start 1.8 1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b7edaf9c-f50e-4dfe-a244-e8becacaeb36))
(fp_line (start -1.27 -1.27) (end -1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbb50e8f-c40a-45b2-a562-e657ac2cf6f3))
(fp_line (start -1.27 0.635) (end -0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a62bf59-c293-4972-a6d7-ad2448910b44))
(fp_line (start -0.635 1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c465d3f-218f-4c78-a8dd-e8a815a6b4dc))
(fp_line (start 1.27 -1.27) (end -1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b6de7fac-89bf-47fc-a702-d3d5c04a3b7d))
(fp_line (start 1.27 1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a948b8c9-10ff-497f-a514-65278e4d29f7))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 7 "Net-(J3-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 42fc09ef-0288-4f1c-9ede-5d5f1690f852))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-00005adf3257)
(at 127 76.2)
(descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x01 2.54mm single row")
(property "Sheetfile" "Baguette.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x01, script generated")
(property "ki_keywords" "connector")
(path "/00000000-0000-0000-0000-00005adf3d77")
(attr through_hole)
(fp_text reference "J4" (at 0 2.33 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 3dc061cf-e0f4-437d-9b62-ed33b0db9e65)
)
(fp_text value "Conn_01x01_Pin" (at 0 -2.33 180) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp f88b90d4-7dc2-440a-934e-1f50cfd48151)
)
(fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 7428405d-02ed-430b-8b86-3f081a95fb70)
)
(fp_line (start -1.33 -1.33) (end 1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ecc04b2b-873c-433f-ad27-ac5c167209ea))
(fp_line (start -1.33 -1.27) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2583c1b8-db6c-46f6-94cb-fc2f6e2775df))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6a0b958-8215-457e-b753-076aa08edd86))
(fp_line (start -1.33 0) (end -1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2c610f4-c3e2-485b-915b-72b7890287e2))
(fp_line (start -1.33 1.33) (end 0 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 647f0a2b-a9b7-4a76-83f5-5a5c60512dae))
(fp_line (start 1.33 -1.27) (end 1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41ce41a7-9844-4c6b-a5e5-6d19b1258d1f))
(fp_line (start -1.8 -1.8) (end 1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9fcc99b7-bb50-432c-bc8b-e2302bf64e4b))
(fp_line (start -1.8 1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b50d461a-e29c-49f3-ac0c-0aae26aed285))
(fp_line (start 1.8 -1.8) (end 1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f451f885-3c8c-4eda-89fa-34307a988522))
(fp_line (start 1.8 1.8) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8d42d8ef-fde1-4ce8-a879-036dd0404a16))
(fp_line (start -1.27 -1.27) (end -1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c466271-7f43-47c3-ad5d-3eaef5843df5))
(fp_line (start -1.27 0.635) (end -0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dd860fdf-8071-4944-8cba-93d81ea12701))
(fp_line (start -0.635 1.27) (end 1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 086b7bd2-359e-44da-8db5-dd7da8384442))
(fp_line (start 1.27 -1.27) (end -1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4e99afd-b6da-496d-aa3a-07a1a9d7de87))
(fp_line (start 1.27 1.27) (end 1.27 -1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44c9b892-0fa2-4178-8641-bd7c62874dba))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 8 "Net-(J4-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 2ddaa5fd-13db-442b-b445-e816bbcad31f))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_arc (start 124.46 74.93) (mid 124.831974 74.031974) (end 125.73 73.66)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 020a9df2-1b17-481e-90b9-f314bef7a25d))
(gr_line (start 142.24 97.79) (end 142.24 107.95)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 04ed7c79-8148-4dd1-8eb9-cd1db9eaab02))
(gr_arc (start 124.460001 97.789999) (mid 120.777643 88.9) (end 124.460001 80.010001)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 1a48fb7f-a1b5-476f-9c02-36ed9c766e3a))
(gr_arc (start 140.97 73.66) (mid 141.868026 74.031974) (end 142.24 74.93)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 3474d6c7-1fcf-41f0-a6d3-1b7ed517991d))
(gr_line (start 142.24 74.93) (end 142.239999 80.01)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 3b5641a8-51c4-446e-9bac-017fda49c327))
(gr_line (start 140.97 109.22) (end 125.73 109.22)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 57c8ac41-0d65-4991-95db-c519f8467ac8))
(gr_line (start 124.460001 80.01) (end 124.46 74.93)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 5bad7278-e4cd-4ca0-bc6e-649ac8f9b502))
(gr_line (start 125.73 73.66) (end 140.97 73.66)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 7120b681-c74a-4f45-9d46-c6f992b42685))
(gr_line (start 124.46 107.95) (end 124.460001 97.789999)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp d421ec0f-aa0d-4b93-b50e-26b666dd9671))
(gr_arc (start 142.24 107.95) (mid 141.868026 108.848026) (end 140.97 109.22)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp e771bf30-1908-4efe-841a-ef22a7b70baf))
(gr_arc (start 125.73 109.22) (mid 124.831974 108.848026) (end 124.46 107.95)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ed077791-5b4c-49e2-86a4-1192ccc1c1ad))
(gr_arc (start 142.239999 80.010001) (mid 145.922357 88.9) (end 142.239999 97.789999)
(stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f6adea46-c245-40a9-a914-09cd8cbcedc8))
(gr_text "Do\nGood\n^-^" (at 133.35 104.14) (layer "B.SilkS") (tstamp 9259c3f5-f48b-403e-a3d5-dc2eadbb0dc0)
(effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror))
)
(gr_text "${REVISION}" (at 133.35 78.105) (layer "B.SilkS") (tstamp b2d4e08c-6b1f-4169-a444-076faacad413)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text "Baguette" (at 133.35 76.2) (layer "B.SilkS") (tstamp c4f60cc1-0f6b-417d-81bd-92f0a8f06cd5)
(effects (font (size 1.25 1.25) (thickness 0.25)) (justify mirror))
)
(gr_text "Cathode" (at 133.35 106.68) (layer "F.SilkS") (tstamp 1440e612-4b71-4be2-b789-915bc8d14f66)
(effects (font (size 1.25 1.5) (thickness 0.25)))
)
(gr_text "Heater" (at 133.35 74.93 180) (layer "F.SilkS") (tstamp 5a9b29ba-bcc2-49dd-98bc-21abe3cfa7ef)
(effects (font (size 1.25 1.5) (thickness 0.25)))
)
(gr_text "12V" (at 133.35 76.454 180) (layer "F.SilkS") (tstamp 62cfb8e6-7c4c-49b0-a4af-8a3c7838b48d)
(effects (font (size 1 1) (thickness 0.2)))
)
(gr_text "Anode" (at 133.35 101.6) (layer "F.SilkS") (tstamp 7d84ff0b-238f-4bec-b275-6d02d4be9d70)
(effects (font (size 1.25 1.5) (thickness 0.25)))
)
(gr_text "Grid" (at 133.35 104.14) (layer "F.SilkS") (tstamp d1370c5c-e470-4520-bd9a-06d9470231df)
(effects (font (size 1.25 1.5) (thickness 0.25)))
)
(segment (start 133.985 98.425) (end 133.985 91.44) (width 0.5) (layer "F.Cu") (net 1) (tstamp 09210b1c-3591-4126-b001-2e6dc125dbc3))
(segment (start 127.635 100.965) (end 131.445 100.965) (width 0.5) (layer "F.Cu") (net 1) (tstamp 6dc9faaa-bba2-4c6c-9668-156357a862f4))
(segment (start 131.445 100.965) (end 133.985 98.425) (width 0.5) (layer "F.Cu") (net 1) (tstamp c306223c-004b-44fc-9a95-be0952fe60a8))
(segment (start 127 101.6) (end 127.635 100.965) (width 0.5) (layer "F.Cu") (net 1) (tstamp e069cb1f-f4e4-4dc3-a96a-996ac64de1cd))
(segment (start 133.985 91.44) (end 126.365 83.82) (width 0.5) (layer "F.Cu") (net 1) (tstamp f993389b-3092-4494-baac-542e343b7baa))
(segment (start 133.985 98.425) (end 133.985 93.98) (width 0.5) (layer "B.Cu") (net 2) (tstamp 0b66d032-3525-47ab-b81c-683489076eea))
(segment (start 128.905 88.9) (end 125.095 88.9) (width 0.5) (layer "B.Cu") (net 2) (tstamp 146c9b02-97dc-4a55-9e06-d15c014bb75d))
(segment (start 133.985 93.98) (end 128.905 88.9) (width 0.5) (layer "B.Cu") (net 2) (tstamp 338a93c1-b432-41ad-9002-ae4400873b06))
(segment (start 127 104.14) (end 128.27 104.14) (width 0.5) (layer "B.Cu") (net 2) (tstamp 7fee5314-3c7c-4349-b013-93cbd360cd93))
(segment (start 128.27 104.14) (end 133.985 98.425) (width 0.5) (layer "B.Cu") (net 2) (tstamp a43fbf07-4783-49b3-a0c3-eab06bf33bce))
(segment (start 125.399999 105.079999) (end 125.399999 94.945001) (width 0.5) (layer "F.Cu") (net 3) (tstamp 4b99ab3e-9dd5-4017-b880-31cf392dd689))
(segment (start 125.399999 94.945001) (end 125.455781 94.889219) (width 0.5) (layer "F.Cu") (net 3) (tstamp 70eaebf5-5517-40f7-af02-a26436ffa40d))
(segment (start 127 106.68) (end 125.399999 105.079999) (width 0.5) (layer "F.Cu") (net 3) (tstamp 99daaf29-fbee-4dc4-9ad9-44ec08d352f1))
(segment (start 125.455781 94.889219) (end 126.365 93.98) (width 0.5) (layer "F.Cu") (net 3) (tstamp bae6a019-a349-4fd8-8c13-d6678275f914))
(segment (start 139.7 101.6) (end 139.7 94.615) (width 0.5) (layer "F.Cu") (net 4) (tstamp 967d70e7-ae58-4b51-909d-b28471aab21d))
(segment (start 139.7 94.615) (end 140.335 93.98) (width 0.5) (layer "F.Cu") (net 4) (tstamp c8ad2067-8af5-4b27-bebb-1b878384a86f))
(segment (start 139.835 88.9) (end 141.605 88.9) (width 0.5) (layer "F.Cu") (net 5) (tstamp 06eab3d4-3b0b-4a81-80f9-265871dfe862))
(segment (start 138.497919 104.14) (end 136.525 102.167081) (width 0.5) (layer "F.Cu") (net 5) (tstamp 2888481d-f695-4d82-8970-6da2275a23f6))
(segment (start 139.7 104.14) (end 138.497919 104.14) (width 0.5) (layer "F.Cu") (net 5) (tstamp 4ac1df5f-a80a-4086-bfe3-064bd8c67201))
(segment (start 136.525 92.21) (end 139.835 88.9) (width 0.5) (layer "F.Cu") (net 5) (tstamp b2c47506-d634-48ae-ac02-9092dde05ac6))
(segment (start 136.525 102.167081) (end 136.525 92.21) (width 0.5) (layer "F.Cu") (net 5) (tstamp dcd3e6fc-4ee4-4c3f-876b-6818921f3214))
(segment (start 136.525 103.505) (end 136.525 87.63) (width 0.5) (layer "B.Cu") (net 6) (tstamp 25422094-58bb-489e-958e-510b8cd61d2d))
(segment (start 136.525 87.63) (end 140.335 83.82) (width 0.5) (layer "B.Cu") (net 6) (tstamp 9ded2a13-a2f8-480e-9798-edd3f7c4182f))
(segment (start 139.7 106.68) (end 136.525 103.505) (width 0.5) (layer "B.Cu") (net 6) (tstamp ba434d6e-8be4-4ae0-949d-053b15914b73))
(segment (start 139.7 77.47) (end 135.89 81.28) (width 1) (layer "F.Cu") (net 7) (tstamp 17d3a4db-e898-4230-a3cf-d8d7f503db78))
(segment (start 139.7 76.2) (end 139.7 77.47) (width 1) (layer "F.Cu") (net 7) (tstamp 59e680fc-782b-43b5-978f-a0687ace64c4))
(segment (start 127 76.2) (end 127 77.47) (width 1) (layer "F.Cu") (net 8) (tstamp 9b63795d-4f22-4898-8cf9-20870b8c2b1d))
(segment (start 127 77.47) (end 130.81 81.28) (width 1) (layer "F.Cu") (net 8) (tstamp d94aff98-20b4-403c-8357-71a0bc2fe45e))
)