Skip to content

Commit

Permalink
Adding ViaStiching
Browse files Browse the repository at this point in the history
  • Loading branch information
jsqow committed Jun 5, 2017
1 parent 7e91a8d commit 594cb2e
Show file tree
Hide file tree
Showing 8 changed files with 2,347 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.pyc
22 changes: 22 additions & 0 deletions README.md
@@ -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)

0 comments on commit 594cb2e

Please sign in to comment.