bennymeg / Fabrication-Toolkit

An JLC PCB Fabrication Plugin for KiCad
Apache License 2.0
300 stars 52 forks source link

Add the ability to group bom #63

Closed jrzwee closed 1 year ago

jrzwee commented 1 year ago

The BOM currently shows every part individually.

Please add the ability to group them by value.

Example

FROM: "220nF","C1","C_0603_1608Metric" "220nF","C2","C_0603_1608Metric" "220nF","C3","C_0603_1608Metric" "220nF","C4","C_0603_1608Metric" "100nF","C18","C_0402_1005Metric" "100nF","C54","C_0402_1005Metric"

TO: "220nF","C1, C2, C3, C4","C_0603_1608Metric" "100nF","C18, C54","C_0402_1005Metric"