This repository is unmaintained, please see https://github.com/ottojo/kicad_teardrops for an up to date version.
This action plugin adds and deletes teardrops to a PCB.
Based on https://github.com/svofski/kicad-teardrops.
This implementation uses zones instead of arcs. This allows to comply with DRC rules by simply rebuild all zones. You can also modify their shape by simply modifying the zone outline (like any other zone).
Teardrops created with this script use a specific priority (0x4242) to be recognized as teardrops.
Just copy the teardop folder into the ~/.kicad_plugins directory, then restart Kicad. The teardrop plugin should now be available in the Tools/External plugin menu.
Select some vias/pads on which you want to add teardrops. Or don't select anything to apply teardrops on all vias/pads
Three parameters are available: hpercent, vpercent, segs.
Segs defines the number of segments in one teardrop curve (default = 10). Setting segs=2 will disable curved teardrops and use straight lines instead.
Vpercent (default 70%) and hpercent (default 30%) define the teardrop dimensions (relative to via/pad size) according to the Altium way (for via only):
http://techdocs.altium.com/sites/default/files/wiki_attachments/235632/TeardropsDlg.png
When curved teardrops are selected (segs>2), the vpercent maximum is 70%.
This will remove all the teardrops from the PCB.
If you want to suppress a single teardrop, don't use this menu. Just delete the coresponding zone by hand.
In order for a zone to be recognized as teardrop by the script, the zone must meet the 2 following requirements:
- the via/pad center must be contained within the zone
- the center of the zone's bounding box must be located within the track
It is still possible to use the old form of this script (non action plugin). The td.py script remains fully functional for independant use.
Newly inserted vias are not visible immediadly due to a bug in Kicad/pcbnew refresh system. The following sequence is recommended after teardrop insertion:
- Save the pcb design
- Quit pcbnew
- Reopen the design in pcbnew