fp_info
Retrieve complete details for a single KiCad library footprint, including pads, courtyard, 3D model, mount type, and tags, by library ID.
Instructions
Everything about one library footprint: description, tags, mount type, courtyard size, 3D model, and every pad with number, kind, shape, position, size, drill and layers, exactly as KiCad will place it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lib_id | Yes | Library footprint id such as Resistor_SMD:R_0603_1608Metric. | |
| project_path | No | A project directory or any file in it; the project's own libraries (its sym-lib-table and fp-lib-table) are included and shadow global ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attr | No | ||
| pads | Yes | ||
| path | Yes | ||
| tags | No | ||
| model | No | ||
| lib_id | Yes | ||
| smd_pads | Yes | ||
| tht_pads | Yes | ||
| width_mm | No | ||
| height_mm | No | ||
| pad_count | Yes | ||
| description | No |