File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,11 +253,12 @@ Component(
253253| ` prefix ` | no | Reference designator prefix (default: ` "U" ` ) |
254254| ` manufacturer ` | no | Manufacturer name (legacy — prefer ` part ` ) |
255255| ` mpn ` | no | Manufacturer part number (legacy — prefer ` part ` ) |
256- | ` footprint ` | no | PCB footprint path (usually omit — inferred from symbol) |
256+ | ` footprint ` | no | PCB footprint path (default: inferred from symbol ` Footprint ` property ) |
257257| ` type ` | no | Component type string |
258258| ` properties ` | no | Additional properties dict |
259259| ` dnp ` | no | Do Not Populate flag |
260- | ` skip_bom ` | no | Exclude from BOM |
260+ | ` skip_bom ` | no | Exclude from BOM (default: inverse of symbol ` in_bom ` flag) |
261+ | ` datasheet ` | no | Datasheet path (default: symbol ` Datasheet ` property; local paths resolved relative to the ` .kicad_sym ` file) |
261262### Part
262263
263264` Part ` specifies manufacturer sourcing for a component. It is a prelude symbol — available in all ` .zen ` files without ` load() ` .
You can’t perform that action at this time.
0 commit comments