blob: 853eb601f6af0987c6fb2a0522197e580ea744d2 (
plain)
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
|
(footprint "TestPoint_Pad_D2.5mm"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(descr "SMD pad as test Point, diameter 2.5mm")
(tags "test point SMD pad")
(property "Reference" "REF**"
(at 0 -2.148 0)
(layer "F.SilkS")
(hide yes)
(uuid "74c03c8a-23e9-4787-9697-9b3d5a9013bf")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "GND"
(at 0 2.25 0)
(layer "F.SilkS")
(uuid "4300abdc-d05d-4a14-96a0-bc67671d7c58")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Footprint" "TestPoint:TestPoint_Pad_D2.5mm"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "5f33666a-cb09-431f-aa9b-48ae1d69499b")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "d87e5d03-c6a7-4c02-83cc-32a1b5cfc7bc")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" "test point"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "8d9a2bc9-a187-47e0-9f46-74695155e7b9")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr exclude_from_pos_files)
(fp_circle
(center 0 0)
(end 0 1.45)
(stroke
(width 0.12)
(type solid)
)
(fill none)
(layer "F.SilkS")
(uuid "9bd8a1d6-3f45-405d-a089-90d4553804a1")
)
(fp_circle
(center 0 0)
(end 1.75 0)
(stroke
(width 0.05)
(type solid)
)
(fill none)
(layer "F.CrtYd")
(uuid "44701a15-0c21-4148-9d0b-c13f81a4578e")
)
(fp_text user "${REFERENCE}"
(at 0 -2.15 0)
(layer "F.Fab")
(uuid "1001d86f-3ca0-49dd-99b6-a656d465a5cb")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(pad "1" smd circle
(at 0 0)
(size 2.5 2.5)
(layers "F.Cu" "F.Mask")
(uuid "d7266db4-8a9f-4b25-a060-50530df88254")
)
)
|