Files
kicad-zone-resistance/plugin.json
T
janik b806d31a9a
Build PCM package / build (push) Successful in 10s
Advertise DC resistance only; frame f>0 as a skin-only estimate
Skin resistance is a small fraction of real AC impedance (proximity
and inductance dominate), so AC must not appear in the descriptions.
README headline, PCM/plugin metadata, pyproject, dialog note, CLI
help and the summary label now all say: skin-only lower bound on the
resistance rise, not an AC impedance simulation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-22 16:35:30 +07:00

22 lines
875 B
JSON

{
"$schema": "https://go.kicad.org/api/schemas/v1",
"identifier": "th.co.b4l.fill-resistance",
"name": "Fill Resistance",
"description": "DC resistance of copper zone fills and traces between two contacts (marker rectangles or pads), single- or multi-layer with via coupling",
"runtime": {
"type": "python"
},
"actions": [
{
"identifier": "fill-resistance-run",
"name": "Fill Resistance",
"description": "Mark the contacts (rectangles on the User.1/User.2 marker layers and/or selected pads), then run to compute the fill resistance between them",
"entrypoint": "fill_res_action.py",
"show-button": true,
"scopes": ["pcb"],
"icons-light": ["icons/fill_res_24_light.png"],
"icons-dark": ["icons/fill_res_24_dark.png"]
}
]
}