You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ The package validity can be checked with (git@gitlab.com:kicad/addons/metadata.git)
18
-
+ The various integrity stats should be integrated with their CI tools
1
+
# KiCAD Test Points
2
+
This plugin generates a JigApp compatible test point report for generating bed-of-nails
3
+
testers.
4
+
5
+
This plugin is similar to the command line tool [kicad-testpoints](https://github.com/TheJigsApp/kicad-testpoints) except it can be used entirely within the KiCAD user interface (no terminals required).
6
+
7
+
## Use
8
+
Any pad can be set as a test point.
9
+
Select the pad and edit it's properties.
10
+
Set the 'Fabrication property' drop-down to 'Test point pad'.
11
+
12
+

13
+
14
+
Run the plugin, select the output file and confirm.
15
+
16
+

17
+
18
+
The plugin pulls creates the report as a csv.
19
+
20
+

19
21
20
22
## Acknowledgements
21
23
+ KiCAD PCM Packaging: Fully based off of (https://github.com/sparkfun/SparkFun_KiCad_Panelizer).
0 commit comments