Skip to content

A KiCad action plugin to set/shrink the diameter of all pad-holes of a PCB.

License

Notifications You must be signed in to change notification settings

seigedigital/setholediameterpluginforkicad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon Set Hole Diameter plugin for KiCad

Description

The Set Hole Diameter plugin is a KiCad action plugin that sets the hole diameter of all pads in the PCB to a unique size. The default value is 0.8mm.

Why? 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 will cause problems when soldering. Setting all holes to a minimum diameter will ensure that each hole is surrounded by copper.

Installation

Automatic Installation (recommended)

The plugin is available in KiCad's Repo. Just search for it and install it.

image

Manual Installation

  1. Clone this repository or download the latest release.
  2. Copy the plugins subdirectory to your KiCad plugins directory. eg
cp -rp plugins <your_kicad_plugin_directory>/com_github_seigedigital_setholediameterpluginforkicad
  1. Restart KiCad or use Tools > External Plugins > Refresh Plugins from the PCB Editors menu

Usage

  1. Open your PCB project in the KiCad PCB editor.
  2. Go to Tools > External Plugins > Set Hole Diameter to run the plugin.

License

This project is licensed under the GNU GPL Version 3 License - see the LICENSE file for details.

Author

Leander Seige, seige.digital GbR

About

A KiCad action plugin to set/shrink the diameter of all pad-holes of a PCB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published