pcb_export_all_renders
Export all standard PCB renders—board, stackup, key nets, and annotated findings—as PNG files to a directory, returning a label-to-file-path mapping.
Instructions
Generate and export all standard renders (board, stackup, key nets, annotated findings) as PNG files to a directory. Returns mapping of label to file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width_px | No | Output image width in pixels (default 1600) | |
| output_dir | Yes | Directory to write PNG files | |
| session_id | Yes | Session ID from pcb_parse_layout |