-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
24 lines (24 loc) · 1.27 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Set Hole Diameter",
"type": "plugin",
"description": "Sets the hole diameter of all pads in the PCB to a specified value.",
"description_full": "The SetHoleDiameter plugin is a KiCad action plugin that sets the hole diameter of all pads in the PCB to a fixed size. The default value is 0.8mm. When manufacturing and drilling PCBs by hand, it can happen that holes are drilled that are smaller than the holes in the original footprints. In this case, drilling leaves a small ring of PCB base material without copper around the hole. This causes problems when soldering. Setting all holes to a minimum diameter ensures that each hole is surrounded by copper.",
"identifier": "com.github.seigedigital.setholediameterpluginforkicad",
"author": {
"name": "Leander Seige (seige.digital GbR)",
"contact": {
"mail": "[email protected]"
}
},
"resources": {
"homepage": "https://github.com/seigedigital/setholediameterpluginforkicad"
},
"versions": [{
"version": "1.0.3",
"kicad_version": "8.0",
"status": "stable",
"download_url": "https://github.com/seigedigital/setholediameterpluginforkicad/releases/download/v1.0.3/SetHoleDiameterPlugin-1.0.3.zip"
}],
"license": "GPL"
}