Where to place custom KiCAD plugins on Linux?
In order to create a custom simple KiCAD plugin, save it as NAME.py in the following folder (where NAME is any filename such as MyTestPlugin):
kicad_plugins_path.txt
~/.local/share/kicad/7.0/scripting/pluginsFor example, you could place a plugin in
example_plugin_path.txt
~/.local/share/kicad/7.0/scripting/plugins/MyPlugin.pyor in
example_plugin_path_2.txt
~/.local/share/kicad/7.0/scripting/plugins/AddMyStuff.pyNote that you don’t need to restat pcbnew to load the plugins, you can just reload all plugins from the menu!
Check out similar posts by category:
KiCAD
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow