kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30271
Python script offered as example for Action Plugin and wxFormBuilder integration
What is the process of getting a python example script into KiCad distribution?
What is the recommended copyright notice that I should place at the top of the file?
Suggestions on coding style, functionality, integration technique are welcome!
This python script is usable example of how to integrate a gui built with wxFormBuilder andimplementing Action Plugin feature provided in KiCad. It has been tested with recent nightly KiCad build (Windows 7).
It is a short functional example 187 lines long (at the moment) adding (IMHO) much needed functionality to KiCad pcbnew.
The github repository is here:https://github.com/HiGregSmith/LayerViewSet ;
And the KiCad Forums thread is here:https://forum.kicad.info/t/announcing-layerviewset-a-python-script-for-manipulating-visible-layers/7400 ;
Follow ups