Adding ViaStiching

This commit is contained in:
Jean-Samuel Reynaud
2017-06-05 16:03:54 +02:00
parent 7e91a8dcb0
commit 594cb2e10a
8 changed files with 2347 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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
## ViaStiching
A pure python via stiching.
After select "Via Stiching" in Tools menu, choose your options in the
interface.
[The interface](images/via1.png)
Then the result should be:
[The result](images/via2.png)