-
Notifications
You must be signed in to change notification settings - Fork 0
/
floppy-adapter-2.kicad_pcb
677 lines (663 loc) · 49.3 KB
/
floppy-adapter-2.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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
(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)
)
(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 false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 6)
(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 "floppy-adapter-3.5")
)
)
(net 0 "")
(net 1 "Net-(J1-Pad34)")
(net 2 "Net-(J1-Pad33)")
(net 3 "Net-(J1-Pad32)")
(net 4 "Net-(J1-Pad31)")
(net 5 "Net-(J1-Pad30)")
(net 6 "Net-(J1-Pad29)")
(net 7 "Net-(J1-Pad28)")
(net 8 "Net-(J1-Pad27)")
(net 9 "Net-(J1-Pad26)")
(net 10 "Net-(J1-Pad25)")
(net 11 "Net-(J1-Pad24)")
(net 12 "Net-(J1-Pad23)")
(net 13 "Net-(J1-Pad22)")
(net 14 "Net-(J1-Pad21)")
(net 15 "Net-(J1-Pad20)")
(net 16 "Net-(J1-Pad19)")
(net 17 "Net-(J1-Pad18)")
(net 18 "Net-(J1-Pad17)")
(net 19 "Net-(J1-Pad16)")
(net 20 "Net-(J1-Pad15)")
(net 21 "/DriveSelect2")
(net 22 "Net-(J1-Pad13)")
(net 23 "/DriveSelect1")
(net 24 "Net-(J1-Pad11)")
(net 25 "/DriveSelect0")
(net 26 "Net-(J1-Pad9)")
(net 27 "Net-(J1-Pad8)")
(net 28 "Net-(J1-Pad7)")
(net 29 "Net-(J1-Pad6)")
(net 30 "Net-(J1-Pad5)")
(net 31 "Net-(J1-Pad4)")
(net 32 "Net-(J1-Pad3)")
(net 33 "Net-(J1-Pad2)")
(net 34 "Net-(J1-Pad1)")
(footprint "Connector_PinHeader_2.54mm:PinHeader_2x17_P2.54mm_Vertical" (layer "F.Cu")
(tstamp 00000000-0000-0000-0000-000060081286)
(at 187.833 94.25 -90)
(descr "Through hole straight pin header, 2x17, 2.54mm pitch, double rows")
(tags "Through hole pin header THT 2x17 2.54mm double row")
(property "Sheetfile" "/Users/mike/Code/floppy-adapter-2/floppy-adapter-2.sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-00006007de1b")
(attr through_hole)
(fp_text reference "J1" (at 1.27 -2.33 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp aa56910f-c586-4ca1-96ae-8f6856e67298)
)
(fp_text value "Female Floppy Connector" (at 1.27 42.97 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 79c65faf-cd20-4fdf-a6db-dccac2421ea3)
)
(fp_text user "${REFERENCE}" (at 1.27 20.32) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6de9ea6e-cd2d-4518-9c27-f1fea1df4e96)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a17ec843-0554-4286-9a94-5f678319dd65))
(fp_line (start -1.33 0) (end -1.33 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47ff6c88-a29f-4d15-8ff7-5da6777a5cb5))
(fp_line (start -1.33 1.27) (end -1.33 41.97)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cb5a123-5ea7-477e-b3e1-7f09340748fc))
(fp_line (start -1.33 1.27) (end 1.27 1.27)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd33cd27-36b9-4e31-b4e9-7b1badd84dfd))
(fp_line (start -1.33 41.97) (end 3.87 41.97)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bde1f76-d2d5-49cb-8b28-1df7ae13b5e9))
(fp_line (start 1.27 -1.33) (end 3.87 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32c2bb57-0102-476f-8fb3-341c7fb54560))
(fp_line (start 1.27 1.27) (end 1.27 -1.33)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b0ec45e-6c74-449d-87d1-1d729f3bc690))
(fp_line (start 3.87 -1.33) (end 3.87 41.97)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8748d24b-3927-4372-9744-33c99de3780f))
(fp_line (start -1.8 -1.8) (end -1.8 42.45)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfc29243-b4bb-4d37-939c-85f8dc13b28e))
(fp_line (start -1.8 42.45) (end 4.35 42.45)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b60dc536-ad78-489f-ab01-ac64bc2f5c83))
(fp_line (start 4.35 -1.8) (end -1.8 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 747c4577-77ce-42a0-9eed-8b8b7cb771c5))
(fp_line (start 4.35 42.45) (end 4.35 -1.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 074dc6b1-d990-46d0-9c10-413e61b12d7b))
(fp_line (start -1.27 0) (end 0 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33690e11-5ad8-43f0-bbd1-306207efe26d))
(fp_line (start -1.27 41.91) (end -1.27 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1c6db56-b200-46e5-a252-b4c51ce0c7ac))
(fp_line (start 0 -1.27) (end 3.81 -1.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94e9debf-2f4f-4dc2-a098-7c368c28a0af))
(fp_line (start 3.81 -1.27) (end 3.81 41.91)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27a88694-5fbd-4439-94aa-49c58ddaf40b))
(fp_line (start 3.81 41.91) (end -1.27 41.91)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe873b1b-ba4c-4d38-9892-aaea2494cff9))
(pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 34 "Net-(J1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 1d039d94-2d10-4475-9422-47edbc077962))
(pad "2" thru_hole oval (at 2.54 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 33 "Net-(J1-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp ecb5d2dc-8d3f-46e4-a8b7-600575030fe5))
(pad "3" thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 32 "Net-(J1-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp be9e9028-963a-4929-8fac-f94bd4c325ff))
(pad "4" thru_hole oval (at 2.54 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 31 "Net-(J1-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 29e046e9-b42d-4f60-bbe8-11f62cdf4ab0))
(pad "5" thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 30 "Net-(J1-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp bbce2d65-6d5f-46dc-ade6-a1c6b51ab509))
(pad "6" thru_hole oval (at 2.54 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 29 "Net-(J1-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 4f3b9326-2026-4c3c-aa67-a6baa0d0949a))
(pad "7" thru_hole oval (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 28 "Net-(J1-Pad7)") (pinfunction "Pin_7") (pintype "passive") (tstamp 9f63d052-6b77-4f76-b80f-060bb6a5915f))
(pad "8" thru_hole oval (at 2.54 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 27 "Net-(J1-Pad8)") (pinfunction "Pin_8") (pintype "passive") (tstamp 7df836a9-476d-45cb-aa25-972a5034da47))
(pad "9" thru_hole oval (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 26 "Net-(J1-Pad9)") (pinfunction "Pin_9") (pintype "passive") (tstamp 5d229f39-f3e8-4033-8554-7a2aca6205a3))
(pad "10" thru_hole oval (at 2.54 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 25 "/DriveSelect0") (pinfunction "Pin_10") (pintype "passive") (tstamp 2588c8a1-6a6b-4cb9-be46-8f892c5e5f32))
(pad "11" thru_hole oval (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 24 "Net-(J1-Pad11)") (pinfunction "Pin_11") (pintype "passive") (tstamp dc0fa110-e5f4-409d-b0f4-57315e5a03a8))
(pad "12" thru_hole oval (at 2.54 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 23 "/DriveSelect1") (pinfunction "Pin_12") (pintype "passive") (tstamp e280c30c-6859-4ccb-ac42-cca470645e0f))
(pad "13" thru_hole oval (at 0 15.24 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 22 "Net-(J1-Pad13)") (pinfunction "Pin_13") (pintype "passive") (tstamp 8f32e8f6-ba5c-48cf-aad2-647e30d74b20))
(pad "14" thru_hole oval (at 2.54 15.24 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 21 "/DriveSelect2") (pinfunction "Pin_14") (pintype "passive") (tstamp 4cf1eadf-206f-495d-a1ea-22fa61fead95))
(pad "15" thru_hole oval (at 0 17.78 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 20 "Net-(J1-Pad15)") (pinfunction "Pin_15") (pintype "passive") (tstamp 8ee92b94-e0ac-4a8c-966c-2dbb166d66fb))
(pad "16" thru_hole oval (at 2.54 17.78 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 19 "Net-(J1-Pad16)") (pinfunction "Pin_16") (pintype "passive") (tstamp 0a49cf76-181f-4d5a-b101-447977f0dc06))
(pad "17" thru_hole oval (at 0 20.32 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 18 "Net-(J1-Pad17)") (pinfunction "Pin_17") (pintype "passive") (tstamp a2a532c9-f251-4ff3-be7b-014377469193))
(pad "18" thru_hole oval (at 2.54 20.32 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 17 "Net-(J1-Pad18)") (pinfunction "Pin_18") (pintype "passive") (tstamp c414d3bf-cef8-4db1-bdd7-eb3324999102))
(pad "19" thru_hole oval (at 0 22.86 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 16 "Net-(J1-Pad19)") (pinfunction "Pin_19") (pintype "passive") (tstamp 015d90c0-a079-4b06-b1ed-b17781df5755))
(pad "20" thru_hole oval (at 2.54 22.86 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 15 "Net-(J1-Pad20)") (pinfunction "Pin_20") (pintype "passive") (tstamp 8d43c6d0-2753-4712-a5b9-58d5a66b08f1))
(pad "21" thru_hole oval (at 0 25.4 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 14 "Net-(J1-Pad21)") (pinfunction "Pin_21") (pintype "passive") (tstamp 6e6cebbf-53b4-4158-916c-948c8fb126b5))
(pad "22" thru_hole oval (at 2.54 25.4 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 13 "Net-(J1-Pad22)") (pinfunction "Pin_22") (pintype "passive") (tstamp 061d8924-27a9-4b67-a489-9d2e5c94c2fa))
(pad "23" thru_hole oval (at 0 27.94 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 12 "Net-(J1-Pad23)") (pinfunction "Pin_23") (pintype "passive") (tstamp 7b41bba9-45c4-48c9-814a-f2399dd88000))
(pad "24" thru_hole oval (at 2.54 27.94 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 11 "Net-(J1-Pad24)") (pinfunction "Pin_24") (pintype "passive") (tstamp d986c021-0e98-4cc7-8967-0ca2ce1343b8))
(pad "25" thru_hole oval (at 0 30.48 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 10 "Net-(J1-Pad25)") (pinfunction "Pin_25") (pintype "passive") (tstamp 2eeb8f92-9c03-441f-9dac-d79873105a1e))
(pad "26" thru_hole oval (at 2.54 30.48 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 9 "Net-(J1-Pad26)") (pinfunction "Pin_26") (pintype "passive") (tstamp 622d2d8d-af81-471e-873c-b5c8668f0dbc))
(pad "27" thru_hole oval (at 0 33.02 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 8 "Net-(J1-Pad27)") (pinfunction "Pin_27") (pintype "passive") (tstamp b6ad0281-5c5d-45f6-b89e-ff41fe17d154))
(pad "28" thru_hole oval (at 2.54 33.02 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 7 "Net-(J1-Pad28)") (pinfunction "Pin_28") (pintype "passive") (tstamp f9a8bfd3-2cd9-4a05-a0ae-60cedb7221a2))
(pad "29" thru_hole oval (at 0 35.56 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 6 "Net-(J1-Pad29)") (pinfunction "Pin_29") (pintype "passive") (tstamp 31e7ba0e-6399-4683-8d5a-af9d5fdbcc2b))
(pad "30" thru_hole oval (at 2.54 35.56 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 5 "Net-(J1-Pad30)") (pinfunction "Pin_30") (pintype "passive") (tstamp 53e24021-9839-40f2-b97a-8c3957b7b5c7))
(pad "31" thru_hole oval (at 0 38.1 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 4 "Net-(J1-Pad31)") (pinfunction "Pin_31") (pintype "passive") (tstamp e93e84aa-83bc-4420-ae12-30c8d466bc84))
(pad "32" thru_hole oval (at 2.54 38.1 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 3 "Net-(J1-Pad32)") (pinfunction "Pin_32") (pintype "passive") (tstamp 4d7b5898-bd61-401e-a7ee-644bcda2939c))
(pad "33" thru_hole oval (at 0 40.64 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 2 "Net-(J1-Pad33)") (pinfunction "Pin_33") (pintype "passive") (tstamp 90de79ce-fa14-482f-ae47-f4b074ec07b9))
(pad "34" thru_hole oval (at 2.54 40.64 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 1 "Net-(J1-Pad34)") (pinfunction "Pin_34") (pintype "passive") (tstamp d40cfdb6-12dd-477c-bc61-4f80c2fb1010))
(model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x17_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "TestPoint:TestPoint_Pad_3.0x3.0mm" (layer "F.Cu")
(tstamp 2581caab-40cf-4de0-91a6-ee4f0cfc3084)
(at 177.75 89.75)
(descr "SMD rectangular pad as test Point, square 3.0mm side length")
(tags "test point SMD pad rectangle square")
(property "Sheetfile" "/Users/mike/Code/floppy-adapter-2/floppy-adapter-2.sch")
(property "Sheetname" "")
(path "/10471b72-4fce-4d30-bc81-ff53c2ec57db")
(attr exclude_from_pos_files)
(fp_text reference "TP10" (at 0 -2.398) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ff0c0050-e752-4b68-b0eb-450596c9463c)
)
(fp_text value "TestPoint" (at 0 2.55) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 78f1c4c6-80cc-4a0d-aca6-7dfcfce5fc96)
)
(fp_text user "${REFERENCE}" (at 0 -2.4) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp affa8a04-2416-456b-b47d-3fae28b4b1f9)
)
(fp_line (start -1.7 -1.7) (end 1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 295ee17b-2f69-40d1-9fff-dfd5fc46f5e6))
(fp_line (start -1.7 1.7) (end -1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55cc41bb-59f6-4bfb-9f86-63b8f1c7cd87))
(fp_line (start 1.7 -1.7) (end 1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f40efc59-d278-4160-95fb-1c5fd5874212))
(fp_line (start 1.7 1.7) (end -1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4299bd4e-1ac9-44aa-a32a-2669bf871163))
(fp_line (start -2 -2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20a2cd27-c3aa-4164-abcb-eca325717cd8))
(fp_line (start -2 -2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a3e567b-2a0f-4261-8935-9478cab65d14))
(fp_line (start 2 2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 003d2e36-1aba-4fb0-a566-9ed46c8ef689))
(fp_line (start 2 2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7eb26de3-554b-46f9-bdf1-c02615325e27))
(pad "1" smd rect (at 0 0) (size 3 3) (layers "F.Cu" "F.Mask")
(net 25 "/DriveSelect0") (pinfunction "1") (pintype "passive") (tstamp 7a290f36-43ab-4e69-8d6f-12c44ea8df23))
)
(footprint "TestPoint:TestPoint_Pad_3.0x3.0mm" (layer "F.Cu")
(tstamp d85902c4-6402-4034-9043-c3ea2ab2d158)
(at 169.25 89.75)
(descr "SMD rectangular pad as test Point, square 3.0mm side length")
(tags "test point SMD pad rectangle square")
(property "Sheetfile" "/Users/mike/Code/floppy-adapter-2/floppy-adapter-2.sch")
(property "Sheetname" "")
(path "/f0860951-1e0b-4d1b-b64d-aa189f64f013")
(attr exclude_from_pos_files)
(fp_text reference "TP14" (at 0 -2.398) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp eeca239a-3466-4d57-a6e0-a4a040aeca84)
)
(fp_text value "TestPoint" (at 0 2.55) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b70d00d4-09d6-4ca9-97d3-31e06a239e3e)
)
(fp_text user "${REFERENCE}" (at 0 -2.4) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp cfa78162-6bba-4c02-9102-4b9909cbe8b9)
)
(fp_line (start -1.7 -1.7) (end 1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81b09ac2-7b45-4186-8a8d-147a2baf951d))
(fp_line (start -1.7 1.7) (end -1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7f23cec-93af-40ca-b30a-52dc1a1f969d))
(fp_line (start 1.7 -1.7) (end 1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2809d28e-a53c-419b-8d17-3f96dd534307))
(fp_line (start 1.7 1.7) (end -1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12c6fde3-a1db-4895-a040-a17cd06e5feb))
(fp_line (start -2 -2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c41a5f02-e94b-4f4a-9ce1-24de1d63d08e))
(fp_line (start -2 -2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e38d398f-4ceb-4680-a598-b17b6ff3b0ec))
(fp_line (start 2 2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2383c53f-7b49-494d-95a6-688ae988a6c3))
(fp_line (start 2 2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36b25b6b-c3bb-463d-9c59-f142ae6e5bc1))
(pad "1" smd rect (at 0 0) (size 3 3) (layers "F.Cu" "F.Mask")
(net 21 "/DriveSelect2") (pinfunction "1") (pintype "passive") (tstamp 45e53202-991b-42b8-901f-e0a29112bfab))
)
(footprint "TestPoint:TestPoint_Pad_3.0x3.0mm" (layer "F.Cu")
(tstamp f2ed98ad-ee43-4932-981a-d440169ac48f)
(at 173.5 89.75)
(descr "SMD rectangular pad as test Point, square 3.0mm side length")
(tags "test point SMD pad rectangle square")
(property "Sheetfile" "/Users/mike/Code/floppy-adapter-2/floppy-adapter-2.sch")
(property "Sheetname" "")
(path "/98321f45-4358-4e49-9b8c-bccf7fa7bbc1")
(attr exclude_from_pos_files)
(fp_text reference "TP12" (at 0 -2.398) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp cf3d3f2a-87fd-407f-a3e0-dd40c49be273)
)
(fp_text value "TestPoint" (at 0 2.55) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d06dd2b5-cba9-4902-b30e-f2c1981efa31)
)
(fp_text user "${REFERENCE}" (at 0 -2.4) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1e1170d6-da9c-425d-9bb0-810a6edcd3cd)
)
(fp_line (start -1.7 -1.7) (end 1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63d69c58-99ed-466d-bd9e-838be3837d4b))
(fp_line (start -1.7 1.7) (end -1.7 -1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64a92ce5-0e48-4ecf-b033-658e0a4e63a2))
(fp_line (start 1.7 -1.7) (end 1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 196f1146-78b5-4577-b538-d5702d9abf83))
(fp_line (start 1.7 1.7) (end -1.7 1.7)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5e54a49-b30a-4ec4-9ec6-77ce1cec1e4e))
(fp_line (start -2 -2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20c73549-8b05-4a89-9245-d019b7bcac5e))
(fp_line (start -2 -2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5867491-8f11-4b09-b080-b23fda58979d))
(fp_line (start 2 2) (end -2 2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10332611-afbe-4369-964c-da41734ee4ea))
(fp_line (start 2 2) (end 2 -2)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ac78cbd-e9ee-4f5a-bbc5-5d0d9e652ba2))
(pad "1" smd rect (at 0 0) (size 3 3) (layers "F.Cu" "F.Mask")
(net 23 "/DriveSelect1") (pinfunction "1") (pintype "passive") (tstamp 51aee19b-ecda-41f3-b329-db9c4b1bc745))
)
(footprint "EdgeConnectors:FloppyEdge" (layer "B.Cu")
(tstamp 00000000-0000-0000-0000-0000600812ac)
(at 167.513 71.501)
(property "Sheetfile" "/Users/mike/Code/floppy-adapter-2/floppy-adapter-2.sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-00006007ade3")
(attr through_hole)
(fp_text reference "J2" (at 0 -0.5) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp ac64a312-7e71-4ac5-b7c7-68a20821c906)
)
(fp_text value "Edge Connector" (at 0 0.5) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 565327ff-a18a-4646-8329-44ec5e8c32a0)
)
(pad "1" smd rect (at 20.32 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 34 "Net-(J1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp f2606660-0e04-464e-92e8-5ebd0161d2ec))
(pad "2" smd rect (at 20.32 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 33 "Net-(J1-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 4dd1d1d9-a29b-4b2d-a43b-c5589d2466dd))
(pad "3" smd rect (at 17.9705 8.9535) (size 1.3 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 32 "Net-(J1-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 7a45658a-8e21-42b1-9f94-90c5bae194f6))
(pad "4" smd rect (at 17.9705 8.9535) (size 1.3 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 31 "Net-(J1-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 077c7306-71e6-414e-91bb-3b5840c35f98))
(pad "5" smd rect (at 14.986 8.9408) (size 1.3 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 30 "Net-(J1-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 8988eb5c-d40f-430f-b968-d5d8451d34b8))
(pad "6" smd rect (at 14.986 8.9408) (size 1.3 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 29 "Net-(J1-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 811187c6-7463-49b4-976b-a04741f09084))
(pad "7" smd rect (at 12.7 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 28 "Net-(J1-Pad7)") (pinfunction "Pin_7") (pintype "passive") (tstamp 8577b16e-b97e-4eed-9698-cc90699e4ba2))
(pad "8" smd rect (at 12.7 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 27 "Net-(J1-Pad8)") (pinfunction "Pin_8") (pintype "passive") (tstamp 396b8b62-5139-4b52-9829-8a35c8b8a3c3))
(pad "9" smd rect (at 10.16 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 26 "Net-(J1-Pad9)") (pinfunction "Pin_9") (pintype "passive") (tstamp 6c2f18be-0ac9-4c77-827e-9cee1d5f264a))
(pad "10" smd rect (at 10.16 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 25 "/DriveSelect0") (pinfunction "Pin_10") (pintype "passive") (tstamp 8b0a6762-6afb-45a0-9a70-7d24f5e62298))
(pad "11" smd rect (at 7.62 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 24 "Net-(J1-Pad11)") (pinfunction "Pin_11") (pintype "passive") (tstamp 44900aef-964f-46ab-bb2c-73b502ffeeed))
(pad "12" smd rect (at 7.62 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 23 "/DriveSelect1") (pinfunction "Pin_12") (pintype "passive") (tstamp 92ab1ddf-9597-483b-be33-a941cf702ba1))
(pad "13" smd rect (at 5.08 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 22 "Net-(J1-Pad13)") (pinfunction "Pin_13") (pintype "passive") (tstamp dd4b76e8-87e2-4b83-ae20-7e2f6d8e9b55))
(pad "14" smd rect (at 5.08 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 21 "/DriveSelect2") (pinfunction "Pin_14") (pintype "passive") (tstamp 64b5398f-dc77-40b4-a17b-584bda1b6841))
(pad "15" smd rect (at 2.54 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 20 "Net-(J1-Pad15)") (pinfunction "Pin_15") (pintype "passive") (tstamp c5603039-24d4-4c69-aa6b-7323b27fa478))
(pad "16" smd rect (at 2.54 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 19 "Net-(J1-Pad16)") (pinfunction "Pin_16") (pintype "passive") (tstamp 380f500b-09ac-4b93-baf0-a513fb488380))
(pad "17" smd rect (at 0 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 18 "Net-(J1-Pad17)") (pinfunction "Pin_17") (pintype "passive") (tstamp 10751d0a-eb2d-492f-858a-9b50bf978bd1))
(pad "18" smd rect (at 0 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 17 "Net-(J1-Pad18)") (pinfunction "Pin_18") (pintype "passive") (tstamp c050f93b-99fc-4403-acb9-bb7815e175e0))
(pad "19" smd rect (at -2.54 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 16 "Net-(J1-Pad19)") (pinfunction "Pin_19") (pintype "passive") (tstamp 8542795c-da46-4282-ae69-947016314f48))
(pad "20" smd rect (at -2.54 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 15 "Net-(J1-Pad20)") (pinfunction "Pin_20") (pintype "passive") (tstamp 5bdaa70e-230f-4e0d-9ba8-b8596a1f0184))
(pad "21" smd rect (at -5.08 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 14 "Net-(J1-Pad21)") (pinfunction "Pin_21") (pintype "passive") (tstamp bf94e675-77e8-4e2c-9036-5268b79a0896))
(pad "22" smd rect (at -5.08 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 13 "Net-(J1-Pad22)") (pinfunction "Pin_22") (pintype "passive") (tstamp c270ed40-26d2-4e97-a68a-df1c1c710bfa))
(pad "23" smd rect (at -7.62 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 12 "Net-(J1-Pad23)") (pinfunction "Pin_23") (pintype "passive") (tstamp 9b50deac-a15e-4279-8964-578c1305abe5))
(pad "24" smd rect (at -7.62 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 11 "Net-(J1-Pad24)") (pinfunction "Pin_24") (pintype "passive") (tstamp e8dfef08-80c4-4265-a658-1944c1f03db5))
(pad "25" smd rect (at -10.16 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 10 "Net-(J1-Pad25)") (pinfunction "Pin_25") (pintype "passive") (tstamp a79e1ddc-fa63-462d-933f-33f388e12f06))
(pad "26" smd rect (at -10.16 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 9 "Net-(J1-Pad26)") (pinfunction "Pin_26") (pintype "passive") (tstamp 1cebfc78-cb6f-4701-8fa6-c353d10c951b))
(pad "27" smd rect (at -12.7 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 8 "Net-(J1-Pad27)") (pinfunction "Pin_27") (pintype "passive") (tstamp 35d0ec3f-c006-46db-95b8-b3d704b7103a))
(pad "28" smd rect (at -12.7 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "Net-(J1-Pad28)") (pinfunction "Pin_28") (pintype "passive") (tstamp dfc59b4a-c2e6-4f28-ab08-ba69a99d4a7d))
(pad "29" smd rect (at -15.24 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 6 "Net-(J1-Pad29)") (pinfunction "Pin_29") (pintype "passive") (tstamp f4d4d0b5-c4d1-497d-ace4-6e351ce28b13))
(pad "30" smd rect (at -15.24 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 5 "Net-(J1-Pad30)") (pinfunction "Pin_30") (pintype "passive") (tstamp e5f7c078-ee43-492e-b6db-a2652b520dd0))
(pad "31" smd rect (at -17.78 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 4 "Net-(J1-Pad31)") (pinfunction "Pin_31") (pintype "passive") (tstamp 0d832aae-0c4b-4080-b4c7-0d7329702b4f))
(pad "32" smd rect (at -17.78 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 3 "Net-(J1-Pad32)") (pinfunction "Pin_32") (pintype "passive") (tstamp 5ac780eb-d412-4dba-a42d-4e9785fd4884))
(pad "33" smd rect (at -20.32 8.9408) (size 1.6 11) (layers "B.Cu" "B.Paste" "B.Mask")
(net 2 "Net-(J1-Pad33)") (pinfunction "Pin_33") (pintype "passive") (tstamp 990f1123-781d-410f-963a-266bf177d06c))
(pad "34" smd rect (at -20.32 8.9408) (size 1.6 11) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "Net-(J1-Pad34)") (pinfunction "Pin_34") (pintype "passive") (tstamp 835053ae-7980-4ea4-8c3d-1b3dc080872d))
)
(gr_poly
(pts
(xy 190.754 82.8675)
(xy 144.2085 82.8675)
(xy 144.2085 73.5965)
(xy 190.754 73.5965)
)
(stroke (width 0.1) (type solid)) (fill solid) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-000060081d4f))
(gr_poly
(pts
(xy 190.754 82.8675)
(xy 144.2085 82.8675)
(xy 144.2085 73.5965)
(xy 190.754 73.5965)
)
(stroke (width 0.1) (type solid)) (fill solid) (layer "F.Mask") (tstamp b150a214-3ac1-42de-8f41-7cd711481a48))
(gr_line (start 183.1975 73.5965) (end 183.1975 85.979)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00006008141f))
(gr_line (start 144.653 101.6) (end 190.3095 101.6)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00006008c89b))
(gr_line (start 144.653 73.5965) (end 144.653 101.6)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 02f8ad66-4f35-401c-b9e6-7d3cd95c9d2d))
(gr_line (start 190.3095 73.5965) (end 190.3095 101.6)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 3a232053-6d6a-4f71-8ed3-1d74fcd866d5))
(gr_line (start 184.658 73.5965) (end 190.3095 73.5965)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9ee95c34-dbee-486a-9bc8-b9ffbf032bf5))
(gr_line (start 184.658 73.5965) (end 184.658 85.979)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp a6136d96-d291-40c6-a32b-00f7232edf4d))
(gr_line (start 183.1975 73.5965) (end 144.653 73.5965)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp b6825cdc-549f-4d62-ab2d-1ad3ad5cb5cf))
(gr_line (start 184.658 85.979) (end 183.1975 85.979)
(stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp fab7dde9-4bba-4259-a058-5fba36f9255b))
(gr_text "33" (at 144.78 85.725 270) (layer "B.SilkS") (tstamp b6335b93-cc1a-4d17-980c-5053e517c315)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "1" (at 188.722 85.725 270) (layer "B.SilkS") (tstamp d7fbabdc-19f0-4380-95a8-12126a47d381)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "mount connector body this side" (at 167.513 87) (layer "B.SilkS") (tstamp f10d4690-12bd-429d-b37d-109f90d3cdbb)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text "DS0" (at 177.8 86.995) (layer "F.SilkS") (tstamp 09231f27-c935-4c64-a807-fadd52054fb0)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "DS2" (at 169.164 86.995) (layer "F.SilkS") (tstamp 7bc27c28-aac9-415e-b3c4-e22e40a978b5)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "1" (at 187.96 91.694) (layer "F.SilkS") (tstamp 92e68bdf-9146-4edc-9022-2a2c07432a8c)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "DS1" (at 173.482 86.995) (layer "F.SilkS") (tstamp 93c757e2-d101-4d7e-8bde-7fc0e1386603)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "2" (at 189.992 85.725 90) (layer "F.SilkS") (tstamp c0145203-6d41-4338-b328-01da45601725)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
)
(gr_text "5.25{dblquote} floppy adapter board\nv3.5 leadedsolder.com\n2021-2022" (at 145.5 89.25) (layer "F.SilkS") (tstamp e25c7825-4323-4243-8519-4d191eb03d3c)
(effects (font (size 1 1) (thickness 0.15) italic) (justify left))
)
(gr_text "34" (at 147.193 99.314) (layer "F.SilkS") (tstamp e8bcdc49-b82d-4ba9-810f-0d91fdb6e853)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "34" (at 146.05 85.725 90) (layer "F.SilkS") (tstamp e970523d-75f6-4e19-abdf-692c9f44cac5)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006008c6a9)
(pts (xy 144.653 75.565) (xy 146.2405 75.565))
(height -12.7)
(gr_text "1.5875 mm" (at 145.44675 61.715) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006008c6a9)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp 0c839ba4-36c0-4808-963e-e5037c3033a0)
(pts (xy 190.3095 79.248) (xy 188.722 79.248))
(height 14.4145)
(gr_text "1.5875 mm" (at 189.51575 63.6835) (layer "Dwgs.User") (tstamp 0c839ba4-36c0-4808-963e-e5037c3033a0)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp 1cd1b11f-b4b3-4a3e-86d3-ffa52ec69d9a)
(pts (xy 188.0235 73.533) (xy 188.0235 74.803))
(height -7.9375)
(gr_text "1.2700 mm" (at 194.811 74.168 90) (layer "Dwgs.User") (tstamp 1cd1b11f-b4b3-4a3e-86d3-ffa52ec69d9a)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp a0591aa1-5841-4228-bc0b-076bb2626f42)
(pts (xy 146.8755 82.804) (xy 146.8755 74.803))
(height -6.7945)
(gr_text "8.0010 mm" (at 138.931 78.8035 90) (layer "Dwgs.User") (tstamp a0591aa1-5841-4228-bc0b-076bb2626f42)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp ebd33565-3f76-4800-ba5b-9cd71ae437e7)
(pts (xy 144.653 99.6225) (xy 190.3095 99.6225))
(height 4.1275)
(gr_text "45.6565 mm" (at 167.48125 102.6) (layer "Dwgs.User") (tstamp ebd33565-3f76-4800-ba5b-9cd71ae437e7)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(dimension (type aligned) (layer "Dwgs.User") (tstamp ec620b98-2b14-4d8d-9e4e-db5bcfe16a20)
(pts (xy 184.658 73.5965) (xy 183.1975 73.5965))
(height 18.9865)
(gr_text "1.4605 mm" (at 183.92775 53.46) (layer "Dwgs.User") (tstamp ec620b98-2b14-4d8d-9e4e-db5bcfe16a20)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned)
)
(segment (start 147.193 87.122) (end 147.193 80.4418) (width 0.4) (layer "F.Cu") (net 1) (tstamp 29649496-5c44-40c4-b569-473651263b51))
(segment (start 145.943489 88.371511) (end 147.193 87.122) (width 0.4) (layer "F.Cu") (net 1) (tstamp c41d9d23-bc32-4423-aa59-775f44dab8f1))
(segment (start 145.943489 95.540489) (end 145.943489 88.371511) (width 0.4) (layer "F.Cu") (net 1) (tstamp d9f92c3c-2dd1-480e-baa7-e4f5bcba4907))
(segment (start 147.193 96.79) (end 145.943489 95.540489) (width 0.4) (layer "F.Cu") (net 1) (tstamp f8d835c9-6f94-429a-89cf-8b44272ed259))
(segment (start 147.193 94.25) (end 147.193 80.4418) (width 0.4) (layer "B.Cu") (net 2) (tstamp f2bec869-59bd-4c91-8798-b79c60c0c293))
(segment (start 149.733 96.79) (end 148.483489 95.540489) (width 0.4) (layer "F.Cu") (net 3) (tstamp 22201bcd-7b49-44bd-8587-98afc661eddf))
(segment (start 148.483489 95.540489) (end 148.483489 88.371511) (width 0.4) (layer "F.Cu") (net 3) (tstamp 7d7480a0-43de-463a-b3a7-8ac71e9b8947))
(segment (start 148.483489 88.371511) (end 149.733 87.122) (width 0.4) (layer "F.Cu") (net 3) (tstamp 7f7682d1-a5f5-4493-8e01-c35882b526c9))
(segment (start 149.733 87.122) (end 149.733 80.4418) (width 0.4) (layer "F.Cu") (net 3) (tstamp eb2e0d38-c5d6-4cc6-98e6-b5a864e70bed))
(segment (start 149.733 94.25) (end 149.733 80.4418) (width 0.4) (layer "B.Cu") (net 4) (tstamp 6fd61f98-f0f8-4e44-9e7c-674a0b97b5a1))
(segment (start 151.023489 88.371511) (end 152.273 87.122) (width 0.4) (layer "F.Cu") (net 5) (tstamp 53a17511-dc86-4d2f-81dc-a409622a5ebc))
(segment (start 152.273 87.122) (end 152.273 80.4418) (width 0.4) (layer "F.Cu") (net 5) (tstamp 592c2e39-baeb-4b32-8cce-489b6dd69cd4))
(segment (start 152.273 96.79) (end 151.023489 95.540489) (width 0.4) (layer "F.Cu") (net 5) (tstamp 72481e1b-d633-4ebc-bd2d-bb212820a3b3))
(segment (start 151.023489 95.540489) (end 151.023489 88.371511) (width 0.4) (layer "F.Cu") (net 5) (tstamp aaa02db3-c67e-4286-8e21-76744aa47e2c))
(segment (start 152.273 94.25) (end 152.273 80.4418) (width 0.4) (layer "B.Cu") (net 6) (tstamp c2ac05b3-9873-4a41-8bea-3aecf99b516e))
(segment (start 154.813 87.122) (end 154.813 80.4418) (width 0.4) (layer "F.Cu") (net 7) (tstamp 668b8b30-9351-4040-8eb5-0add03a9c849))
(segment (start 153.563489 95.540489) (end 153.563489 88.371511) (width 0.4) (layer "F.Cu") (net 7) (tstamp 804113fe-6483-494d-8e61-73b8811d4ce9))
(segment (start 154.813 96.79) (end 153.563489 95.540489) (width 0.4) (layer "F.Cu") (net 7) (tstamp b946afde-5870-47d3-b7a6-d9f5c542ca77))
(segment (start 153.563489 88.371511) (end 154.813 87.122) (width 0.4) (layer "F.Cu") (net 7) (tstamp ead0f46c-967a-44d9-b8a0-8568e6da2928))
(segment (start 154.813 94.25) (end 154.813 80.4418) (width 0.4) (layer "B.Cu") (net 8) (tstamp b09f6fda-b23e-4906-8752-e39f87dd0712))
(segment (start 156.103489 88.371511) (end 157.353 87.122) (width 0.4) (layer "F.Cu") (net 9) (tstamp 01e4734d-9fe8-47bb-b373-cd192511dc59))
(segment (start 157.353 87.122) (end 157.353 80.4418) (width 0.4) (layer "F.Cu") (net 9) (tstamp 3d3457eb-8c2e-4b2d-8d1d-bf0a1e688e98))
(segment (start 156.103489 95.540489) (end 156.103489 88.371511) (width 0.4) (layer "F.Cu") (net 9) (tstamp 3d8baafd-ef7f-46e6-bcc5-da1e60b9d332))
(segment (start 157.353 96.79) (end 156.103489 95.540489) (width 0.4) (layer "F.Cu") (net 9) (tstamp 531dad37-e180-4edf-88d1-4ad675a4ab36))
(segment (start 157.353 94.25) (end 157.353 80.4418) (width 0.4) (layer "B.Cu") (net 10) (tstamp a1e23391-48e9-453e-a12f-3786ac535c8e))
(segment (start 158.643489 88.371511) (end 159.893 87.122) (width 0.4) (layer "F.Cu") (net 11) (tstamp 0ab6f08a-687b-40ce-9255-8ba3f982938f))
(segment (start 159.893 87.122) (end 159.893 80.4418) (width 0.4) (layer "F.Cu") (net 11) (tstamp ade71d09-7943-4c0b-ba6e-d3e94848257c))
(segment (start 158.643489 95.540489) (end 158.643489 88.371511) (width 0.4) (layer "F.Cu") (net 11) (tstamp e403442c-5970-4bec-b278-868accfda357))
(segment (start 159.893 96.79) (end 158.643489 95.540489) (width 0.4) (layer "F.Cu") (net 11) (tstamp f6a784ba-ec0b-440d-b0a0-2ca59f1d7165))
(segment (start 159.893 94.25) (end 159.893 80.4418) (width 0.4) (layer "B.Cu") (net 12) (tstamp 871e96ce-ad88-41b6-8fea-2cbba569a65b))
(segment (start 162.433 87.122) (end 162.433 80.4418) (width 0.4) (layer "F.Cu") (net 13) (tstamp 3fda080e-f768-4619-ba3c-beddd1d2b960))
(segment (start 161.183489 95.540489) (end 161.183489 88.371511) (width 0.4) (layer "F.Cu") (net 13) (tstamp 7ce4c3ac-af36-468d-8d4a-7cd1732eef4c))
(segment (start 161.183489 88.371511) (end 162.433 87.122) (width 0.4) (layer "F.Cu") (net 13) (tstamp c523b33c-0b1e-4e91-a4b2-14a2a34234b3))
(segment (start 162.433 96.79) (end 161.183489 95.540489) (width 0.4) (layer "F.Cu") (net 13) (tstamp f12b6934-7dc8-44ad-90dc-aeb37bcb85a9))
(segment (start 162.433 94.25) (end 162.433 80.4418) (width 0.4) (layer "B.Cu") (net 14) (tstamp aa0bc677-83d9-4426-8ec5-7ef159fe68a1))
(segment (start 163.723489 88.371511) (end 164.973 87.122) (width 0.4) (layer "F.Cu") (net 15) (tstamp 1d7045d0-6e33-4d6c-8f36-a94c21803354))
(segment (start 164.973 96.79) (end 163.723489 95.540489) (width 0.4) (layer "F.Cu") (net 15) (tstamp 406d5026-9b61-44e7-8c94-0c415f7e3760))
(segment (start 163.723489 95.540489) (end 163.723489 88.371511) (width 0.4) (layer "F.Cu") (net 15) (tstamp 4b85e725-ea85-4b40-8e89-2f2a81a5ec08))
(segment (start 164.973 87.122) (end 164.973 80.4418) (width 0.4) (layer "F.Cu") (net 15) (tstamp 818f45b2-6617-4945-9340-ef5a03939009))
(segment (start 164.973 94.25) (end 164.973 80.4418) (width 0.4) (layer "B.Cu") (net 16) (tstamp 4dbf41a6-730b-414a-b268-49f8bcf768c0))
(segment (start 166.263489 87.736511) (end 167.513 86.487) (width 0.4) (layer "F.Cu") (net 17) (tstamp 5cd39e09-a9bd-4e2c-a6e8-c1ab0260eb35))
(segment (start 167.513 86.487) (end 167.513 80.4418) (width 0.4) (layer "F.Cu") (net 17) (tstamp 9c0caeca-aab3-4012-bbad-cad4ca1a28ee))
(segment (start 167.513 96.79) (end 166.263489 95.540489) (width 0.4) (layer "F.Cu") (net 17) (tstamp b49734e8-e250-4680-be71-d85daf5f548a))
(segment (start 166.263489 95.540489) (end 166.263489 87.736511) (width 0.4) (layer "F.Cu") (net 17) (tstamp c7809985-1470-446a-9884-91d5f34da31b))
(segment (start 167.513 94.25) (end 167.513 80.4418) (width 0.4) (layer "B.Cu") (net 18) (tstamp 742d1988-47cd-4f62-833a-516eb4e40fa7))
(segment (start 170.053 96.79) (end 168.803489 95.540489) (width 0.4) (layer "F.Cu") (net 19) (tstamp 18e60bae-c3c9-45aa-bd83-004df46796da))
(segment (start 167.350489 91.649511) (end 167.350489 87.703333) (width 0.4) (layer "F.Cu") (net 19) (tstamp 1bc04f09-c31d-4d9f-b1f0-d727555a9554))
(segment (start 168.803489 95.540489) (end 168.803489 93.102511) (width 0.4) (layer "F.Cu") (net 19) (tstamp 573e9ee3-2cb1-4dcd-9a79-29cc575f61bd))
(segment (start 170.053 85.000822) (end 170.053 80.4418) (width 0.4) (layer "F.Cu") (net 19) (tstamp 7a789f7d-e140-4e58-b88f-8a13828c36a7))
(segment (start 168.803489 93.102511) (end 167.350489 91.649511) (width 0.4) (layer "F.Cu") (net 19) (tstamp 8db2af74-1a85-426f-bc0e-b84559f9b624))
(segment (start 167.350489 87.703333) (end 170.053 85.000822) (width 0.4) (layer "F.Cu") (net 19) (tstamp a5501fdd-19a8-4831-9217-b0530597b586))
(segment (start 170.053 94.25) (end 170.053 80.4418) (width 0.4) (layer "B.Cu") (net 20) (tstamp 79c2bbbb-def4-4020-bce1-290932117c94))
(segment (start 169.25 89.75) (end 169.25 87.29) (width 0.4) (layer "F.Cu") (net 21) (tstamp 05412e5f-474a-4fe5-8e06-4ccd264482cd))
(segment (start 172.593 96.79) (end 171.343489 95.540489) (width 0.4) (layer "F.Cu") (net 21) (tstamp 0a8d24fd-25cc-438a-b95b-e39626d06357))
(segment (start 169.545 86.995) (end 172.085 86.995) (width 0.4) (layer "F.Cu") (net 21) (tstamp 25980358-c0d9-4bbb-b84b-9251c512f74e))
(segment (start 171.343489 91.843489) (end 169.25 89.75) (width 0.4) (layer "F.Cu") (net 21) (tstamp 9ce7c8f0-7060-445c-b6a7-6230b0979dd6))
(segment (start 171.343489 95.540489) (end 171.343489 91.843489) (width 0.4) (layer "F.Cu") (net 21) (tstamp c7555ff4-0c89-4cdc-9c89-ae1bf08e4fa9))
(segment (start 172.593 86.487) (end 172.593 80.4418) (width 0.4) (layer "F.Cu") (net 21) (tstamp da356a1a-2b58-428d-a1a5-51a21e7d87a3))
(segment (start 172.085 86.995) (end 172.593 86.487) (width 0.4) (layer "F.Cu") (net 21) (tstamp e52c5147-5c88-4f38-974d-f90484db7743))
(segment (start 169.25 87.29) (end 169.545 86.995) (width 0.4) (layer "F.Cu") (net 21) (tstamp ea2a7a82-74ea-4a9a-8347-fcf6c90dedb3))
(segment (start 172.593 94.25) (end 172.593 80.4418) (width 0.4) (layer "B.Cu") (net 22) (tstamp 0aab974a-81fa-4f6c-a56e-b50f34fe5681))
(segment (start 175.133 86.487) (end 175.133 80.4418) (width 0.4) (layer "F.Cu") (net 23) (tstamp 00a1e309-8482-4207-be82-28f30feea6aa))
(segment (start 173.883489 95.540489) (end 173.883489 90.133489) (width 0.4) (layer "F.Cu") (net 23) (tstamp 2856880a-54cc-460a-9520-1c3ba8d9698f))
(segment (start 173.5 89.75) (end 173.5 87.485) (width 0.4) (layer "F.Cu") (net 23) (tstamp 3862e696-f9bb-488a-ae51-1580cb9d4f56))
(segment (start 173.99 86.995) (end 174.625 86.995) (width 0.4) (layer "F.Cu") (net 23) (tstamp 57b6515a-5e30-4883-b55e-16aab54ed9e2))
(segment (start 174.625 86.995) (end 175.133 86.487) (width 0.4) (layer "F.Cu") (net 23) (tstamp 90deacb2-7226-4761-b432-6ca437bdfa6f))
(segment (start 175.133 96.79) (end 173.883489 95.540489) (width 0.4) (layer "F.Cu") (net 23) (tstamp bffe8f28-df9f-4657-8f3b-408f342ffe5b))
(segment (start 173.5 87.485) (end 173.99 86.995) (width 0.4) (layer "F.Cu") (net 23) (tstamp c5379b74-b665-49af-9e40-eafaa515f7cf))
(segment (start 173.883489 90.133489) (end 173.5 89.75) (width 0.4) (layer "F.Cu") (net 23) (tstamp f64bbce5-7e9f-48d4-ac37-a30cff321fc8))
(segment (start 175.133 94.25) (end 175.133 80.4418) (width 0.4) (layer "B.Cu") (net 24) (tstamp a04c8004-b856-44d8-8d58-89ece567bea4))
(segment (start 176.423489 95.540489) (end 176.423489 91.076511) (width 0.4) (layer "F.Cu") (net 25) (tstamp 04f4a991-35cb-4bee-bcab-eb1217ff3216))
(segment (start 176.423489 91.076511) (end 177.75 89.75) (width 0.4) (layer "F.Cu") (net 25) (tstamp 108c31e4-d9dd-4951-8d72-2de52cee07f0))
(segment (start 177.673 96.79) (end 176.423489 95.540489) (width 0.4) (layer "F.Cu") (net 25) (tstamp 55577f44-f6a7-4cf5-923a-1cdc85fb560f))
(segment (start 177.75 89.75) (end 177.75 80.5188) (width 0.4) (layer "F.Cu") (net 25) (tstamp 5c7882c1-5e72-4872-95a8-44f9c88b0af8))
(segment (start 177.75 80.5188) (end 177.673 80.4418) (width 0.4) (layer "F.Cu") (net 25) (tstamp 800a0b3c-3cb7-4d2d-9dd9-d6fb0311840e))
(segment (start 177.673 94.25) (end 177.673 80.4418) (width 0.4) (layer "B.Cu") (net 26) (tstamp d0a91190-a447-4428-ac6a-abbe49a5ecbd))
(segment (start 180.213 91.086022) (end 180.213 80.4418) (width 0.4) (layer "F.Cu") (net 27) (tstamp 1e6f195a-352f-4037-96db-5611060b45a5))
(segment (start 178.963489 95.540489) (end 178.963489 92.335533) (width 0.4) (layer "F.Cu") (net 27) (tstamp 3f18dec2-fad3-43f2-88f9-8d883a02aa3c))
(segment (start 180.213 96.79) (end 178.963489 95.540489) (width 0.4) (layer "F.Cu") (net 27) (tstamp c6ad95ac-9a09-4cd9-97b8-081ec9af3121))
(segment (start 178.963489 92.335533) (end 180.213 91.086022) (width 0.4) (layer "F.Cu") (net 27) (tstamp fad75f13-88f0-4324-8655-ffb441a0e539))
(segment (start 180.213 94.25) (end 180.213 80.4418) (width 0.4) (layer "B.Cu") (net 28) (tstamp 24dd0a67-d84d-47ba-9934-c91d049aad9c))
(segment (start 181.503489 87.736511) (end 182.499 86.741) (width 0.4) (layer "F.Cu") (net 29) (tstamp 50e0cf3a-d4f9-4408-b10f-99ef70bb19e9))
(segment (start 181.503489 95.540489) (end 181.503489 87.736511) (width 0.4) (layer "F.Cu") (net 29) (tstamp 998189aa-ba2d-4be0-aaec-8f30101eb673))
(segment (start 182.499 86.741) (end 182.499 80.4418) (width 0.4) (layer "F.Cu") (net 29) (tstamp c4a96346-1a6f-415a-a551-70097c5eb259))
(segment (start 182.753 96.79) (end 181.503489 95.540489) (width 0.4) (layer "F.Cu") (net 29) (tstamp ee6101ea-0a9e-492b-b474-d96d804b57ed))
(segment (start 182.499 93.996) (end 182.753 94.25) (width 0.4) (layer "B.Cu") (net 30) (tstamp 1bcaba5e-087f-4d21-8534-d463558a6a78))
(segment (start 182.499 80.4418) (end 182.499 93.996) (width 0.4) (layer "B.Cu") (net 30) (tstamp 93cf0554-6303-4250-8aa6-5b7dbd1a3877))
(segment (start 185.293 96.79) (end 184.043489 95.540489) (width 0.4) (layer "F.Cu") (net 31) (tstamp 1104674a-e28d-450b-88cc-9048c5b29b1a))
(segment (start 185.4835 86.9315) (end 185.4835 80.4545) (width 0.4) (layer "F.Cu") (net 31) (tstamp 61b56c77-c22c-4c88-b331-75db4a05fcae))
(segment (start 184.043489 88.371511) (end 185.4835 86.9315) (width 0.4) (layer "F.Cu") (net 31) (tstamp 6c7b04c3-2161-4be2-9c50-f9ddf14b5d14))
(segment (start 184.043489 95.540489) (end 184.043489 88.371511) (width 0.4) (layer "F.Cu") (net 31) (tstamp 7c2d7306-cfb4-4261-a860-cc2f5f70ef7c))
(segment (start 185.4835 80.4545) (end 185.4835 94.0595) (width 0.4) (layer "B.Cu") (net 32) (tstamp 26b2fd92-53e8-45f6-9f71-1e6b3b10183c))
(segment (start 185.4835 94.0595) (end 185.293 94.25) (width 0.4) (layer "B.Cu") (net 32) (tstamp 4f3d750d-ab24-4467-bf98-0c708b6ede9d))
(segment (start 186.583489 88.371511) (end 187.833 87.122) (width 0.4) (layer "F.Cu") (net 33) (tstamp 2a043446-b594-46bd-95f7-946ae3461b73))
(segment (start 186.583489 95.540489) (end 186.583489 88.371511) (width 0.4) (layer "F.Cu") (net 33) (tstamp 782b4a31-09af-4dbe-af41-0840d6b9d81e))
(segment (start 187.833 87.122) (end 187.833 80.4418) (width 0.4) (layer "F.Cu") (net 33) (tstamp a5e1b985-2dc5-461a-8f73-3d4ff7284de8))
(segment (start 187.833 96.79) (end 186.583489 95.540489) (width 0.4) (layer "F.Cu") (net 33) (tstamp c2a9c895-5f0c-4700-b104-a4d5e7c4201d))
(segment (start 187.833 80.4418) (end 187.833 94.25) (width 0.4) (layer "B.Cu") (net 34) (tstamp 51968e8d-c85f-4159-8ef0-fdfbfe6a1429))
)