KiCAD python plugin explain

There are three types plugin for pcbnew:

  1. Install plugin by plugin manager or write plugin by yourself

ref:

2. foot print plugins



  1. Python console
    KiCAD use SWIG to expose his interface to Python.
    build/nijia/pcbnew/pcbnew.py

this is some python script example:
pcbnew\python\examples\hidePcbValuesShowReferences.py


2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.