hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
524 stars 97 forks source link

DNP/NOPOP for multipart references #356

Closed mdeweerd closed 1 year ago

mdeweerd commented 5 years ago

KiCost supports references that require different parts by specifying them like this "part1:2;part2" where part1 is required 2 times and part2 is required one time.

KiCost also supports DNP / NOPOP to indicate references that must not be populated.

I do not think that it currently supports partial DNP for multipart references.

A practical case is a fuseholder or fuseclips and the fuse. The fuseholder/fuseclips should always be mounted, but the fuse itself should not be while it is important to mention it in the BOM when it should be mounted.

So how to specify that part2 in the above example is a DNP part and part1 is to be included?

mdeweerd commented 1 year ago

Stale, closing (limiting my issue backlog).