This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kana60-acrylic-plates.kicad_pcb
791 lines (769 loc) · 38.4 KB
/
kana60-acrylic-plates.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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
(kicad_pcb (version 20171130) (host pcbnew "(5.1.2-1)-1")
(general
(thickness 1.6)
(drawings 85)
(tracks 0)
(zones 0)
(modules 13)
(nets 1)
)
(page A3)
(title_block
(title kana60)
(date 2019-10-13)
(rev rev.1.1)
(comment 1 https://github.com/sasaplus1/kana60)
(comment 2 "designed by sasa+1")
(comment 3 "JP layout 60% mechanical keyboard")
)
(layers
(0 F.Cu signal hide)
(31 B.Cu signal hide)
(32 B.Adhes user)
(33 F.Adhes user)
(34 B.Paste user)
(35 F.Paste user)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user hide)
(39 F.Mask user hide)
(40 Dwgs.User user)
(41 Cmts.User user)
(42 Eco1.User user)
(43 Eco2.User user)
(44 Edge.Cuts user)
(45 Margin user)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user)
(49 F.Fab user)
)
(setup
(last_trace_width 0.25)
(user_trace_width 0.5)
(trace_clearance 0.2)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(via_size 0.8)
(via_drill 0.4)
(via_min_size 0.4)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(edge_width 0.05)
(segment_width 0.2)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.12)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.524 1.524)
(pad_drill 0.762)
(pad_to_mask_clearance 0.051)
(solder_mask_min_width 0.25)
(aux_axis_origin 0 0)
(grid_origin 25.423988 49.2627)
(visible_elements FFFFFFFF)
(pcbplotparams
(layerselection 0x01100_7ffffffe)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(excludeedgelayer false)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(psnegative false)
(psa4output false)
(plotreference false)
(plotvalue false)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 4)
(mirror false)
(drillshape 2)
(scaleselection 1)
(outputdirectory "dist/kana60-acrylic-plates/"))
)
(net 0 "")
(net_class Default "これはデフォルトのネット クラスです。"
(clearance 0.2)
(trace_width 0.25)
(via_dia 0.8)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
)
(net_class Power ""
(clearance 0.2)
(trace_width 0.5)
(via_dia 0.8)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D948761)
(at 283.200988 162.2267)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF11 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D94875A)
(at 49.705988 174.9267)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF12 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D948753)
(at 49.705988 162.2267)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF10 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D948749)
(at 283.200988 174.9267)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF13 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D238C3D)
(at 49.708988 43.2277)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF1 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D271E1D)
(at 254.559988 145.4627)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF9 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D271E1D)
(at 93.523988 145.4627)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF8 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D271E1D)
(at 306.315988 88.0587)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF6 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D271E1D)
(at 174.295988 107.3627)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF7 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D271E1D)
(at 71.461988 88.0587)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF5 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D238C28)
(at 49.708988 55.9277)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF3 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D6D2114)
(at 283.203988 43.2277)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF2 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(module MountingHole:MountingHole_2.2mm_M2_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5D6D20FF)
(at 283.203988 55.9277)
(descr "Mounting Hole 2.2mm, M2")
(tags "mounting hole 2.2mm m2")
(attr virtual)
(fp_text reference REF4 (at 0 -3.2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MountingHole_2.2mm_M2_Pad (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_text user %R (at 0.3 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 4.4 4.4) (drill 2.2) (layers *.Cu *.Mask))
)
(gr_text 9-φ2.2 (at 57.709988 37.5127) (layer Dwgs.User) (tstamp 5D978BDC)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_line (start 54.915988 38.5287) (end 60.757988 38.5287) (layer Dwgs.User) (width 0.15) (tstamp 5D978BDB))
(gr_line (start 51.613988 42.5927) (end 50.851988 42.5927) (layer Dwgs.User) (width 0.15) (tstamp 5D978BDA))
(gr_line (start 50.851988 42.5927) (end 54.915988 38.5287) (layer Dwgs.User) (width 0.15) (tstamp 5D978BD9))
(gr_line (start 50.851988 41.8307) (end 50.851988 42.5927) (layer Dwgs.User) (width 0.15) (tstamp 5D978BD8))
(gr_line (start 54.915988 157.6547) (end 60.757988 157.6547) (layer Dwgs.User) (width 0.15))
(gr_line (start 50.851988 161.7187) (end 54.915988 157.6547) (layer Dwgs.User) (width 0.15))
(gr_line (start 51.613988 161.7187) (end 50.851988 161.7187) (layer Dwgs.User) (width 0.15) (tstamp 5D978BCF))
(gr_line (start 50.851988 161.7187) (end 51.613988 161.7187) (layer Dwgs.User) (width 0.15))
(gr_line (start 50.851988 160.9567) (end 50.851988 161.7187) (layer Dwgs.User) (width 0.15))
(gr_text 4-φ2.2 (at 57.709988 156.6387) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(dimension 115.57 (width 0.15) (layer Dwgs.User)
(gr_text "115.570 mm" (at 351.363988 97.0757 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 329.743988 154.8607) (xy 350.650409 154.8607)))
(feature2 (pts (xy 329.743988 39.2907) (xy 350.650409 39.2907)))
(crossbar (pts (xy 350.063988 39.2907) (xy 350.063988 154.8607)))
(arrow1a (pts (xy 350.063988 154.8607) (xy 349.477567 153.734196)))
(arrow1b (pts (xy 350.063988 154.8607) (xy 350.650409 153.734196)))
(arrow2a (pts (xy 350.063988 39.2907) (xy 349.477567 40.417204)))
(arrow2b (pts (xy 350.063988 39.2907) (xy 350.650409 40.417204)))
)
(dimension 20.574 (width 0.15) (layer Dwgs.User)
(gr_text "20.574 mm" (at 26.183988 168.5767 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.705988 178.8637) (xy 26.897567 178.8637)))
(feature2 (pts (xy 49.705988 158.2897) (xy 26.897567 158.2897)))
(crossbar (pts (xy 27.483988 158.2897) (xy 27.483988 178.8637)))
(arrow1a (pts (xy 27.483988 178.8637) (xy 26.897567 177.737196)))
(arrow1b (pts (xy 27.483988 178.8637) (xy 28.070409 177.737196)))
(arrow2a (pts (xy 27.483988 158.2897) (xy 26.897567 159.416204)))
(arrow2b (pts (xy 27.483988 158.2897) (xy 28.070409 159.416204)))
)
(dimension 12.7 (width 0.15) (layer Dwgs.User)
(gr_text "12.700 mm" (at 31.263988 168.5767 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.705988 174.9267) (xy 31.977567 174.9267)))
(feature2 (pts (xy 49.705988 162.2267) (xy 31.977567 162.2267)))
(crossbar (pts (xy 32.563988 162.2267) (xy 32.563988 174.9267)))
(arrow1a (pts (xy 32.563988 174.9267) (xy 31.977567 173.800196)))
(arrow1b (pts (xy 32.563988 174.9267) (xy 33.150409 173.800196)))
(arrow2a (pts (xy 32.563988 162.2267) (xy 31.977567 163.353204)))
(arrow2b (pts (xy 32.563988 162.2267) (xy 33.150409 163.353204)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 36.343988 160.2582 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.705988 162.2267) (xy 37.057567 162.2267)))
(feature2 (pts (xy 49.705988 158.2897) (xy 37.057567 158.2897)))
(crossbar (pts (xy 37.643988 158.2897) (xy 37.643988 162.2267)))
(arrow1a (pts (xy 37.643988 162.2267) (xy 37.057567 161.100196)))
(arrow1b (pts (xy 37.643988 162.2267) (xy 38.230409 161.100196)))
(arrow2a (pts (xy 37.643988 158.2897) (xy 37.057567 159.416204)))
(arrow2b (pts (xy 37.643988 158.2897) (xy 38.230409 159.416204)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 36.343988 176.8952 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.705988 178.8637) (xy 37.057567 178.8637)))
(feature2 (pts (xy 49.705988 174.9267) (xy 37.057567 174.9267)))
(crossbar (pts (xy 37.643988 174.9267) (xy 37.643988 178.8637)))
(arrow1a (pts (xy 37.643988 178.8637) (xy 37.057567 177.737196)))
(arrow1b (pts (xy 37.643988 178.8637) (xy 38.230409 177.737196)))
(arrow2a (pts (xy 37.643988 174.9267) (xy 37.057567 176.053204)))
(arrow2b (pts (xy 37.643988 174.9267) (xy 38.230409 176.053204)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 341.203988 160.2582 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 283.200988 162.2267) (xy 340.490409 162.2267)))
(feature2 (pts (xy 283.200988 158.2897) (xy 340.490409 158.2897)))
(crossbar (pts (xy 339.903988 158.2897) (xy 339.903988 162.2267)))
(arrow1a (pts (xy 339.903988 162.2267) (xy 339.317567 161.100196)))
(arrow1b (pts (xy 339.903988 162.2267) (xy 340.490409 161.100196)))
(arrow2a (pts (xy 339.903988 158.2897) (xy 339.317567 159.416204)))
(arrow2b (pts (xy 339.903988 158.2897) (xy 340.490409 159.416204)))
)
(dimension 48.321 (width 0.15) (layer Dwgs.User)
(gr_text "48.321 mm" (at 307.361488 184.8627) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 331.521988 174.9267) (xy 331.521988 184.149121)))
(feature2 (pts (xy 283.200988 174.9267) (xy 283.200988 184.149121)))
(crossbar (pts (xy 283.200988 183.5627) (xy 331.521988 183.5627)))
(arrow1a (pts (xy 331.521988 183.5627) (xy 330.395484 184.149121)))
(arrow1b (pts (xy 331.521988 183.5627) (xy 330.395484 182.976279)))
(arrow2a (pts (xy 283.200988 183.5627) (xy 284.327492 184.149121)))
(arrow2b (pts (xy 283.200988 183.5627) (xy 284.327492 182.976279)))
)
(dimension 16.637 (width 0.15) (layer Dwgs.User)
(gr_text "16.637 mm" (at 341.203988 47.6092 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 283.203988 55.9277) (xy 340.490409 55.9277)))
(feature2 (pts (xy 283.203988 39.2907) (xy 340.490409 39.2907)))
(crossbar (pts (xy 339.903988 39.2907) (xy 339.903988 55.9277)))
(arrow1a (pts (xy 339.903988 55.9277) (xy 339.317567 54.801196)))
(arrow1b (pts (xy 339.903988 55.9277) (xy 340.490409 54.801196)))
(arrow2a (pts (xy 339.903988 39.2907) (xy 339.317567 40.417204)))
(arrow2b (pts (xy 339.903988 39.2907) (xy 340.490409 40.417204)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 336.123988 41.2592 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 283.203988 43.2277) (xy 335.410409 43.2277)))
(feature2 (pts (xy 283.203988 39.2907) (xy 335.410409 39.2907)))
(crossbar (pts (xy 334.823988 39.2907) (xy 334.823988 43.2277)))
(arrow1a (pts (xy 334.823988 43.2277) (xy 334.237567 42.101196)))
(arrow1b (pts (xy 334.823988 43.2277) (xy 335.410409 42.101196)))
(arrow2a (pts (xy 334.823988 39.2907) (xy 334.237567 40.417204)))
(arrow2b (pts (xy 334.823988 39.2907) (xy 335.410409 40.417204)))
)
(dimension 48.318 (width 0.15) (layer Dwgs.User)
(gr_text "48.318 mm" (at 307.362988 27.3227) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 331.521988 43.2277) (xy 331.521988 28.036279)))
(feature2 (pts (xy 283.203988 43.2277) (xy 283.203988 28.036279)))
(crossbar (pts (xy 283.203988 28.6227) (xy 331.521988 28.6227)))
(arrow1a (pts (xy 331.521988 28.6227) (xy 330.395484 29.209121)))
(arrow1b (pts (xy 331.521988 28.6227) (xy 330.395484 28.036279)))
(arrow2a (pts (xy 283.203988 28.6227) (xy 284.330492 29.209121)))
(arrow2b (pts (xy 283.203988 28.6227) (xy 284.330492 28.036279)))
)
(dimension 3.683 (width 0.15) (layer Dwgs.User)
(gr_text "3.683 mm" (at 47.867488 34.9427) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.025988 43.2277) (xy 46.025988 35.656279)))
(feature2 (pts (xy 49.708988 43.2277) (xy 49.708988 35.656279)))
(crossbar (pts (xy 49.708988 36.2427) (xy 46.025988 36.2427)))
(arrow1a (pts (xy 46.025988 36.2427) (xy 47.152492 35.656279)))
(arrow1b (pts (xy 46.025988 36.2427) (xy 47.152492 36.829121)))
(arrow2a (pts (xy 49.708988 36.2427) (xy 48.582484 35.656279)))
(arrow2b (pts (xy 49.708988 36.2427) (xy 48.582484 36.829121)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 38.883988 41.2592 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.708988 43.2277) (xy 39.597567 43.2277)))
(feature2 (pts (xy 49.708988 39.2907) (xy 39.597567 39.2907)))
(crossbar (pts (xy 40.183988 39.2907) (xy 40.183988 43.2277)))
(arrow1a (pts (xy 40.183988 43.2277) (xy 39.597567 42.101196)))
(arrow1b (pts (xy 40.183988 43.2277) (xy 40.770409 42.101196)))
(arrow2a (pts (xy 40.183988 39.2907) (xy 39.597567 40.417204)))
(arrow2b (pts (xy 40.183988 39.2907) (xy 40.770409 40.417204)))
)
(dimension 16.637 (width 0.15) (layer Dwgs.User)
(gr_text "16.637 mm" (at 33.803988 47.6092 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 49.708988 55.9277) (xy 34.517567 55.9277)))
(feature2 (pts (xy 49.708988 39.2907) (xy 34.517567 39.2907)))
(crossbar (pts (xy 35.103988 39.2907) (xy 35.103988 55.9277)))
(arrow1a (pts (xy 35.103988 55.9277) (xy 34.517567 54.801196)))
(arrow1b (pts (xy 35.103988 55.9277) (xy 35.690409 54.801196)))
(arrow2a (pts (xy 35.103988 39.2907) (xy 34.517567 40.417204)))
(arrow2b (pts (xy 35.103988 39.2907) (xy 35.690409 40.417204)))
)
(dimension 25.436 (width 0.15) (layer Dwgs.User)
(gr_text "25.436 mm" (at 58.743988 32.4027) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.025988 88.0587) (xy 46.025988 33.116279)))
(feature2 (pts (xy 71.461988 88.0587) (xy 71.461988 33.116279)))
(crossbar (pts (xy 71.461988 33.7027) (xy 46.025988 33.7027)))
(arrow1a (pts (xy 46.025988 33.7027) (xy 47.152492 33.116279)))
(arrow1b (pts (xy 46.025988 33.7027) (xy 47.152492 34.289121)))
(arrow2a (pts (xy 71.461988 33.7027) (xy 70.335484 33.116279)))
(arrow2b (pts (xy 71.461988 33.7027) (xy 70.335484 34.289121)))
)
(dimension 48.768 (width 0.15) (layer Dwgs.User)
(gr_text "48.768 mm" (at 28.723988 63.6747 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 71.461988 88.0587) (xy 29.437567 88.0587)))
(feature2 (pts (xy 71.461988 39.2907) (xy 29.437567 39.2907)))
(crossbar (pts (xy 30.023988 39.2907) (xy 30.023988 88.0587)))
(arrow1a (pts (xy 30.023988 88.0587) (xy 29.437567 86.932196)))
(arrow1b (pts (xy 30.023988 88.0587) (xy 30.610409 86.932196)))
(arrow2a (pts (xy 30.023988 39.2907) (xy 29.437567 40.417204)))
(arrow2b (pts (xy 30.023988 39.2907) (xy 30.610409 40.417204)))
)
(dimension 38.1 (width 0.15) (layer Dwgs.User)
(gr_text "38.100 mm" (at 23.643988 126.4127 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 93.523988 145.4627) (xy 24.357567 145.4627)))
(feature2 (pts (xy 93.523988 107.3627) (xy 24.357567 107.3627)))
(crossbar (pts (xy 24.943988 107.3627) (xy 24.943988 145.4627)))
(arrow1a (pts (xy 24.943988 145.4627) (xy 24.357567 144.336196)))
(arrow1b (pts (xy 24.943988 145.4627) (xy 25.530409 144.336196)))
(arrow2a (pts (xy 24.943988 107.3627) (xy 24.357567 108.489204)))
(arrow2b (pts (xy 24.943988 107.3627) (xy 25.530409 108.489204)))
)
(dimension 128.27 (width 0.15) (layer Dwgs.User)
(gr_text "128.270 mm" (at 110.160988 22.2427) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.025988 107.3627) (xy 46.025988 22.956279)))
(feature2 (pts (xy 174.295988 107.3627) (xy 174.295988 22.956279)))
(crossbar (pts (xy 174.295988 23.5427) (xy 46.025988 23.5427)))
(arrow1a (pts (xy 46.025988 23.5427) (xy 47.152492 22.956279)))
(arrow1b (pts (xy 46.025988 23.5427) (xy 47.152492 24.129121)))
(arrow2a (pts (xy 174.295988 23.5427) (xy 173.169484 22.956279)))
(arrow2b (pts (xy 174.295988 23.5427) (xy 173.169484 24.129121)))
)
(dimension 47.498 (width 0.15) (layer Dwgs.User)
(gr_text "47.498 mm" (at 69.774988 27.3227) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.025988 145.4627) (xy 46.025988 28.036279)))
(feature2 (pts (xy 93.523988 145.4627) (xy 93.523988 28.036279)))
(crossbar (pts (xy 93.523988 28.6227) (xy 46.025988 28.6227)))
(arrow1a (pts (xy 46.025988 28.6227) (xy 47.152492 28.036279)))
(arrow1b (pts (xy 46.025988 28.6227) (xy 47.152492 29.209121)))
(arrow2a (pts (xy 93.523988 28.6227) (xy 92.397484 28.036279)))
(arrow2b (pts (xy 93.523988 28.6227) (xy 92.397484 29.209121)))
)
(dimension 25.206 (width 0.15) (layer Dwgs.User)
(gr_text "25.206 mm" (at 318.918988 32.4027) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 331.521988 88.0587) (xy 331.521988 33.116279)))
(feature2 (pts (xy 306.315988 88.0587) (xy 306.315988 33.116279)))
(crossbar (pts (xy 306.315988 33.7027) (xy 331.521988 33.7027)))
(arrow1a (pts (xy 331.521988 33.7027) (xy 330.395484 34.289121)))
(arrow1b (pts (xy 331.521988 33.7027) (xy 330.395484 33.116279)))
(arrow2a (pts (xy 306.315988 33.7027) (xy 307.442492 34.289121)))
(arrow2b (pts (xy 306.315988 33.7027) (xy 307.442492 33.116279)))
)
(dimension 76.962 (width 0.15) (layer Dwgs.User)
(gr_text "76.962 mm" (at 293.040988 22.2427) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 331.521988 145.4627) (xy 331.521988 22.956279)))
(feature2 (pts (xy 254.559988 145.4627) (xy 254.559988 22.956279)))
(crossbar (pts (xy 254.559988 23.5427) (xy 331.521988 23.5427)))
(arrow1a (pts (xy 331.521988 23.5427) (xy 330.395484 24.129121)))
(arrow1b (pts (xy 331.521988 23.5427) (xy 330.395484 22.956279)))
(arrow2a (pts (xy 254.559988 23.5427) (xy 255.686492 24.129121)))
(arrow2b (pts (xy 254.559988 23.5427) (xy 255.686492 22.956279)))
)
(dimension 68.072 (width 0.15) (layer Dwgs.User)
(gr_text "68.072 mm" (at 18.563988 73.3267 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 174.295988 107.3627) (xy 19.277567 107.3627)))
(feature2 (pts (xy 174.295988 39.2907) (xy 19.277567 39.2907)))
(crossbar (pts (xy 19.863988 39.2907) (xy 19.863988 107.3627)))
(arrow1a (pts (xy 19.863988 107.3627) (xy 19.277567 106.236196)))
(arrow1b (pts (xy 19.863988 107.3627) (xy 20.450409 106.236196)))
(arrow2a (pts (xy 19.863988 39.2907) (xy 19.277567 40.417204)))
(arrow2b (pts (xy 19.863988 39.2907) (xy 20.450409 40.417204)))
)
(dimension 48.768 (width 0.15) (layer Dwgs.User)
(gr_text "48.768 mm" (at 346.283988 63.6747 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 306.315988 88.0587) (xy 345.570409 88.0587)))
(feature2 (pts (xy 306.315988 39.2907) (xy 345.570409 39.2907)))
(crossbar (pts (xy 344.983988 39.2907) (xy 344.983988 88.0587)))
(arrow1a (pts (xy 344.983988 88.0587) (xy 344.397567 86.932196)))
(arrow1b (pts (xy 344.983988 88.0587) (xy 345.570409 86.932196)))
(arrow2a (pts (xy 344.983988 39.2907) (xy 344.397567 40.417204)))
(arrow2b (pts (xy 344.983988 39.2907) (xy 345.570409 40.417204)))
)
(dimension 9.398 (width 0.15) (layer Dwgs.User)
(gr_text "9.398 mm" (at 23.643988 150.1617 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 93.523988 154.8607) (xy 24.357567 154.8607)))
(feature2 (pts (xy 93.523988 145.4627) (xy 24.357567 145.4627)))
(crossbar (pts (xy 24.943988 145.4627) (xy 24.943988 154.8607)))
(arrow1a (pts (xy 24.943988 154.8607) (xy 24.357567 153.734196)))
(arrow1b (pts (xy 24.943988 154.8607) (xy 25.530409 153.734196)))
(arrow2a (pts (xy 24.943988 145.4627) (xy 24.357567 146.589204)))
(arrow2b (pts (xy 24.943988 145.4627) (xy 25.530409 146.589204)))
)
(dimension 9.398 (width 0.15) (layer Dwgs.User)
(gr_text "9.398 mm" (at 346.283988 150.1617 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 254.559988 154.8607) (xy 345.570409 154.8607)))
(feature2 (pts (xy 254.559988 145.4627) (xy 345.570409 145.4627)))
(crossbar (pts (xy 344.983988 145.4627) (xy 344.983988 154.8607)))
(arrow1a (pts (xy 344.983988 154.8607) (xy 344.397567 153.734196)))
(arrow1b (pts (xy 344.983988 154.8607) (xy 345.570409 153.734196)))
(arrow2a (pts (xy 344.983988 145.4627) (xy 344.397567 146.589204)))
(arrow2b (pts (xy 344.983988 145.4627) (xy 345.570409 146.589204)))
)
(dimension 12.7 (width 0.15) (layer Dwgs.User)
(gr_text "12.700 mm" (at 346.283988 168.5767 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 283.200988 174.9267) (xy 345.570409 174.9267)))
(feature2 (pts (xy 283.200988 162.2267) (xy 345.570409 162.2267)))
(crossbar (pts (xy 344.983988 162.2267) (xy 344.983988 174.9267)))
(arrow1a (pts (xy 344.983988 174.9267) (xy 344.397567 173.800196)))
(arrow1b (pts (xy 344.983988 174.9267) (xy 345.570409 173.800196)))
(arrow2a (pts (xy 344.983988 162.2267) (xy 344.397567 163.353204)))
(arrow2b (pts (xy 344.983988 162.2267) (xy 345.570409 163.353204)))
)
(dimension 3.937 (width 0.15) (layer Dwgs.User)
(gr_text "3.937 mm" (at 341.203988 176.8952 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 283.200988 178.8637) (xy 340.490409 178.8637)))
(feature2 (pts (xy 283.200988 174.9267) (xy 340.490409 174.9267)))
(crossbar (pts (xy 339.903988 174.9267) (xy 339.903988 178.8637)))
(arrow1a (pts (xy 339.903988 178.8637) (xy 339.317567 177.737196)))
(arrow1b (pts (xy 339.903988 178.8637) (xy 340.490409 177.737196)))
(arrow2a (pts (xy 339.903988 174.9267) (xy 339.317567 176.053204)))
(arrow2b (pts (xy 339.903988 174.9267) (xy 340.490409 176.053204)))
)
(dimension 3.68 (width 0.15) (layer Dwgs.User)
(gr_text "3.680 mm" (at 47.865988 184.8627) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.025988 174.9267) (xy 46.025988 184.149121)))
(feature2 (pts (xy 49.705988 174.9267) (xy 49.705988 184.149121)))
(crossbar (pts (xy 49.705988 183.5627) (xy 46.025988 183.5627)))
(arrow1a (pts (xy 46.025988 183.5627) (xy 47.152492 182.976279)))
(arrow1b (pts (xy 46.025988 183.5627) (xy 47.152492 184.149121)))
(arrow2a (pts (xy 49.705988 183.5627) (xy 48.579484 182.976279)))
(arrow2b (pts (xy 49.705988 183.5627) (xy 48.579484 184.149121)))
)
(dimension 285.496 (width 0.15) (layer Dwgs.User)
(gr_text "285.496 mm" (at 188.773988 17.1627) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 331.521988 41.0687) (xy 331.521988 17.876279)))
(feature2 (pts (xy 46.025988 41.0687) (xy 46.025988 17.876279)))
(crossbar (pts (xy 46.025988 18.4627) (xy 331.521988 18.4627)))
(arrow1a (pts (xy 331.521988 18.4627) (xy 330.395484 19.049121)))
(arrow1b (pts (xy 331.521988 18.4627) (xy 330.395484 17.876279)))
(arrow2a (pts (xy 46.025988 18.4627) (xy 47.152492 19.049121)))
(arrow2b (pts (xy 46.025988 18.4627) (xy 47.152492 17.876279)))
)
(dimension 285.496 (width 0.15) (layer Dwgs.User)
(gr_text "285.496 mm" (at 188.770988 189.9427) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 46.022988 177.0857) (xy 46.022988 189.229121)))
(feature2 (pts (xy 331.518988 177.0857) (xy 331.518988 189.229121)))
(crossbar (pts (xy 331.518988 188.6427) (xy 46.022988 188.6427)))
(arrow1a (pts (xy 46.022988 188.6427) (xy 47.149492 188.056279)))
(arrow1b (pts (xy 46.022988 188.6427) (xy 47.149492 189.229121)))
(arrow2a (pts (xy 331.518988 188.6427) (xy 330.392484 188.056279)))
(arrow2b (pts (xy 331.518988 188.6427) (xy 330.392484 189.229121)))
)
(dimension 20.574 (width 0.15) (layer Dwgs.User)
(gr_text "20.574 mm" (at 351.363988 168.5767 270) (layer Dwgs.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(feature1 (pts (xy 329.740988 178.8637) (xy 350.650409 178.8637)))
(feature2 (pts (xy 329.740988 158.2897) (xy 350.650409 158.2897)))
(crossbar (pts (xy 350.063988 158.2897) (xy 350.063988 178.8637)))
(arrow1a (pts (xy 350.063988 178.8637) (xy 349.477567 177.737196)))
(arrow1b (pts (xy 350.063988 178.8637) (xy 350.650409 177.737196)))
(arrow2a (pts (xy 350.063988 158.2897) (xy 349.477567 159.416204)))
(arrow2b (pts (xy 350.063988 158.2897) (xy 350.650409 159.416204)))
)
(gr_line (start 46.022988 160.0677) (end 46.022988 177.0857) (layer Edge.Cuts) (width 0.2) (tstamp 5D9487AB))
(gr_line (start 331.518988 160.0677) (end 331.518988 177.0857) (layer Edge.Cuts) (width 0.2) (tstamp 5D9487A8))
(gr_circle (center 49.705988 162.2267) (end 50.805988 162.2267) (layer Edge.Cuts) (width 0.2) (tstamp 5D948752))
(gr_circle (center 49.705988 174.9267) (end 50.805988 174.9267) (layer Edge.Cuts) (width 0.2) (tstamp 5D948751))
(gr_circle (center 283.200988 174.9267) (end 284.300988 174.9267) (layer Edge.Cuts) (width 0.2) (tstamp 5D948750))
(gr_circle (center 283.200988 162.2267) (end 284.300988 162.2267) (layer Edge.Cuts) (width 0.2) (tstamp 5D948748))
(gr_line (start 47.800988 158.2897) (end 329.740988 158.2897) (layer Edge.Cuts) (width 0.2) (tstamp 5D948747))
(gr_arc (start 47.800988 160.0677) (end 47.800988 158.2897) (angle -90) (layer Edge.Cuts) (width 0.2) (tstamp 5D948746))
(gr_arc (start 329.740988 160.0677) (end 331.518988 160.0677) (angle -90) (layer Edge.Cuts) (width 0.2) (tstamp 5D948745))
(gr_line (start 329.740988 178.8637) (end 47.800988 178.8637) (layer Edge.Cuts) (width 0.2) (tstamp 5D948744))
(gr_line (start 329.740988 177.0857) (end 331.518988 178.8637) (layer Cmts.User) (width 0.15) (tstamp 5D948743))
(gr_arc (start 329.740988 177.0857) (end 329.740988 178.8637) (angle -90) (layer Edge.Cuts) (width 0.2) (tstamp 5D948742))
(gr_line (start 46.022988 178.8637) (end 47.800988 177.0857) (layer Cmts.User) (width 0.15) (tstamp 5D948741))
(gr_arc (start 47.800988 177.0857) (end 46.022988 177.0857) (angle -90) (layer Edge.Cuts) (width 0.2) (tstamp 5D948740))
(gr_line (start 46.022988 178.8637) (end 47.800988 180.6417) (layer Cmts.User) (width 0.15) (tstamp 5D94873F))
(gr_arc (start 47.800988 180.6417) (end 47.800988 178.8637) (angle -90) (layer Cmts.User) (width 0.15) (tstamp 5D94873E))
(gr_line (start 329.740988 180.6417) (end 331.518988 178.8637) (layer Cmts.User) (width 0.15) (tstamp 5D94873D))
(gr_arc (start 329.740988 180.6417) (end 331.518988 180.6417) (angle -90) (layer Cmts.User) (width 0.15) (tstamp 5D94873C))
(gr_circle (center 254.559988 145.4627) (end 255.659988 145.4627) (layer Edge.Cuts) (width 0.2) (tstamp 5D9228DD))
(gr_circle (center 93.523988 145.4627) (end 94.623988 145.4627) (layer Edge.Cuts) (width 0.2) (tstamp 5D9228DD))
(gr_circle (center 174.295988 107.3627) (end 175.395988 107.3627) (layer Edge.Cuts) (width 0.2) (tstamp 5D9228DD))
(gr_circle (center 306.315988 88.0587) (end 307.415988 88.0587) (layer Edge.Cuts) (width 0.2) (tstamp 5D9228DD))
(gr_circle (center 71.461988 88.0587) (end 72.561988 88.0587) (layer Edge.Cuts) (width 0.2) (tstamp 5D9228C7))
(gr_circle (center 283.203988 43.2277) (end 284.303988 43.2277) (layer Edge.Cuts) (width 0.2) (tstamp 5D922881))
(gr_circle (center 283.203988 55.9277) (end 284.303988 55.9277) (layer Edge.Cuts) (width 0.2) (tstamp 5D922854))
(gr_circle (center 49.708988 55.9277) (end 50.808988 55.9277) (layer Edge.Cuts) (width 0.2) (tstamp 5D9227E3))
(gr_circle (center 49.708988 43.2277) (end 50.808988 43.2277) (layer Edge.Cuts) (width 0.2))
(gr_arc (start 329.743988 61.6427) (end 331.521988 61.6427) (angle -90) (layer Cmts.User) (width 0.15))
(gr_line (start 329.743988 61.6427) (end 331.521988 59.8647) (layer Cmts.User) (width 0.15) (tstamp 5D948419))
(gr_arc (start 47.803988 61.6427) (end 47.803988 59.8647) (angle -90) (layer Cmts.User) (width 0.15))
(gr_line (start 46.025988 59.8647) (end 47.803988 61.6427) (layer Cmts.User) (width 0.15) (tstamp 5D948411))
(gr_arc (start 47.803988 58.0867) (end 46.025988 58.0867) (angle -90) (layer Cmts.User) (width 0.15))
(gr_line (start 46.025988 59.8647) (end 47.803988 58.0867) (layer Cmts.User) (width 0.15) (tstamp 5D948411))
(gr_arc (start 329.743988 58.0867) (end 329.743988 59.8647) (angle -90) (layer Cmts.User) (width 0.15))
(gr_line (start 329.743988 58.0867) (end 331.521988 59.8647) (layer Cmts.User) (width 0.15) (tstamp 5D94840D))
(gr_line (start 334.823988 59.8647) (end 42.723988 59.8647) (layer Cmts.User) (width 0.15))
(gr_arc (start 329.743988 41.0687) (end 331.521988 41.0687) (angle -90) (layer Edge.Cuts) (width 0.2))
(gr_arc (start 47.803988 41.0687) (end 47.803988 39.2907) (angle -90) (layer Edge.Cuts) (width 0.2))
(gr_arc (start 47.803988 153.0827) (end 46.025988 153.0827) (angle -90) (layer Edge.Cuts) (width 0.2))
(gr_arc (start 329.743988 153.0827) (end 329.743988 154.8607) (angle -90) (layer Edge.Cuts) (width 0.2))
(gr_line (start 47.803988 154.8607) (end 329.743988 154.8607) (layer Edge.Cuts) (width 0.2) (tstamp 5D947C8B))
(gr_line (start 46.025988 153.0827) (end 46.025988 41.0687) (layer Edge.Cuts) (width 0.2))
(gr_line (start 331.521988 153.0827) (end 331.521988 41.0687) (layer Edge.Cuts) (width 0.2))
(gr_line (start 47.803988 39.2907) (end 329.743988 39.2907) (layer Edge.Cuts) (width 0.2) (tstamp 5D496BC8))
)