Files
kicad-action-scripts/README.md
Jean-Samuel Reynaud 65296cb5e5 Fix some spells
2017-06-05 17:36:20 +02:00

23 lines
597 B
Markdown

# Some KiCad plugins in Python
Thoses plugins must be copied inside KiCad's python plugins
directory (~/.kicad_plugins or /usr/share/kicad/scripting/plugins/ for
Linux).
Most of them use python plugin (Action plugins) in KiCad. This feature
is enabled in daily builds of KiCad.
See https://forum.kicad.info/t/howto-register-a-python-plugin-inside-pcbnew-tools-menu/5540
## ViaStitching
A pure python via stitching.
After select "Via Stitching" in Tools menu, choose your options in the
interface.
![The interface](images/via1.png)
Then the result should be:
![The result](images/via2.png)