Fix kicad plugin infrastructure stuff
This commit is contained in:
parent
ce74278bf6
commit
f19e3f3d7a
4 changed files with 47 additions and 101 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"description": "Planar inductor supporting spiral coils, toroidal coils, and hybrids",
|
||||
"runtime": {
|
||||
"type": "python",
|
||||
"min_version": 3.13
|
||||
"min_version": "3.13"
|
||||
},
|
||||
"actions": [
|
||||
{
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"description": "Generates planar spiral inductors, toroidal inductors, and hybrids thereof",
|
||||
"show-button": true,
|
||||
"scopes": ["pcb"],
|
||||
"entrypoint": "kicoil_plugin_action.py",
|
||||
"entrypoint": "kicoil_action.py",
|
||||
"icons-light": ["icon-light.png"],
|
||||
"icons-dark": ["icon-dark.png"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue