highlight_net_traces
Highlight specific net traces on a PCB and generate vector PDFs. Supports full board overlay or traces-only output for clear visualization.
Instructions
Highlight specific net traces on a PCB and generate PDF(s).
Renders highlighted net traces as vector PDFs. Supports two output modes:
overlay: Full board with all traces in gray, highlighted nets in color
traces_only: Just the highlighted nets + board outline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to KiCad project directory or .kicad_pro/.kicad_pcb file | |
| net_names | Yes | Net names to highlight (e.g. ["nRF54_P", "nRF54_N"]) | |
| colors | No | Optional color mapping {"net_name": "#rrggbb"} | |
| mode | No | "overlay", "traces_only", or "both" (default: "both") | both |
| output_dir | No | Where to save PDFs (defaults to project dir) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||