diff options
author | jaseg <git@jaseg.de> | 2023-10-30 15:26:45 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-30 15:26:45 +0100 |
commit | 7e33137f104c168b782bc9761571a98e3752d8c8 (patch) | |
tree | 4586a1ec77bf69f9f2c403df07662b615dcc5880 /de.jaseg.kimesh.plugin/metadata.json | |
parent | d50efe4695afe21a0a6e18d3d721411e196941b7 (diff) | |
download | kimesh-7e33137f104c168b782bc9761571a98e3752d8c8.tar.gz kimesh-7e33137f104c168b782bc9761571a98e3752d8c8.tar.bz2 kimesh-7e33137f104c168b782bc9761571a98e3752d8c8.zip |
Add track/via avoidance and also generate 1-pin heater mesh anchors
Diffstat (limited to 'de.jaseg.kimesh.plugin/metadata.json')
-rw-r--r-- | de.jaseg.kimesh.plugin/metadata.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/de.jaseg.kimesh.plugin/metadata.json b/de.jaseg.kimesh.plugin/metadata.json deleted file mode 100644 index 5256ccb..0000000 --- a/de.jaseg.kimesh.plugin/metadata.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "$schema": "https://go.kicad.org/pcm/schemas/v1", - "name": "KiMesh", - "description": "A security mesh generator for KiCad", - "description_full": "KiMesh automatically generates security meshes for you. A security mesh is a set of PCB traces that cover an area to detect physical tampering. KiMesh can cover arbitrary areas with two or more traces. Note: The KiMesh footprints Add-On must be installed alongside KiMesh. For detailed usage instructions, please have a look at the KiMesh website linked in the add-on information.", - "identifier": "de.jaseg.kimesh.plugin", - "type": "plugin", - "author": { - "name": "jaseg", - "contact": { - "web": "https://jaseg.de/" - } - }, - "license": "GPL-3.0", - "resources": { - "homepage": "https://jaseg.de/projects/kimesh", - "git": "https://git.jaseg.de/kimesh.git", - "issues": "https://github.com/jaseg/kimesh/issues" - }, - "versions": [ - { - "version": "1.0.1", - "status": "stable", - "kicad_version": "7.99" - } - ] -}
\ No newline at end of file |