CGrassin / kicad-pinout-generator

This KiCad plugin generates pinouts from the PCB file to various formats.
MIT License
32 stars 6 forks source link

Allow multiple component selection #5

Closed CGrassin closed 1 year ago

CGrassin commented 2 years ago

Allow to select multiple components at once. The behavior depends on the format:

Notes:

CGrassin commented 2 years ago

Added with https://github.com/CGrassin/kicad-pinout-generator/commit/d455a5af842c6a3104bc8c5aae369a7f7afde91d

Still TBC on CSV and List.

CGrassin commented 1 year ago

Fixed remaining TBC with b8e69bea79f1838e93bdafaea1ab5e989231c94f : for both CSV and List, a new column with the component reference is added when there is a multiple selection. Note: the current implementation means that the output format is different when in multiple selection compared to single selection.