No description
Find a file
2023-06-30 18:59:44 +02:00
__init__.py Version 2 2023-06-30 18:59:44 +02:00
debug_install.sh Version 2 2023-06-30 18:59:44 +02:00
kicad-mesh-result-large.png Update README 2020-12-29 19:51:29 +01:00
main_dialog.fbp Version 2 2023-06-30 18:59:44 +02:00
mesh_dialog.py Version 2 2023-06-30 18:59:44 +02:00
mesh_plugin.py Version 2 2023-06-30 18:59:44 +02:00
mesh_plugin_dialog.py Version 2 2023-06-30 18:59:44 +02:00
mesh_plugin_icon.png Version 2 2023-06-30 18:59:44 +02:00
mesh_plugin_icon.svg Version 2 2023-06-30 18:59:44 +02:00
README.rst Update README 2020-12-29 19:51:29 +01:00

KiCAD Security Mesh Generator

A screenshot of KiCAD showing a PCB security mesh generated by KiMesh.

This repository contains KiMesh, a KiCAD pcbnew plugin that generates security mesh traces on a KiCAD PCB.

Installation

To install, copy the "kimesh" directory into your KiCAD installation's scripting plugin folder. Usually, this is ~/.config/kicad/scripting/plugins/ for KiCAD stable installations or ~/.config/kicad/5.99/scripting/plugins/ for nightly builds. On Windows, these paths can be found in your user account's AppData/Roaming directory.

Theory of operation

I have published a post on my blog on the theory of operation behind KiMesh.