My schematics have 2 types of resistors in the same package: 1% and 0.1%. I’m wondering how this can be differentiated when a HTML BOM is generated using the plugin? I’ve tried for example to use 150K for 1% and 150.0K for 0.1% but all 150K are grouped in the same line; also 150K0 did not work either.
Add a “precision” extra field. Downside is that it will be empty for most non-passive components.
Add a more generic “comment” field. Use it to indicate precision for resistors that care about it, capacitor type/voltage, winding count for hand wound coils, whatever you want.
Use fully specified part numbers instead of footprint field.
Use atomic parts where you have a symbol + footprint pair exclusive for each part, even if footprint is copied a lot for each nominal/precision of resistors.
@qu1ck I add a new field to the resistor called “Precision”, and I set-it to 0.1% for the precision components. Works great!
Just for others that use this feature: when generated the html report you have to include a custom field (e.g. “Precision”) within grouping (check the tab Fields prior pressing Generate BOM button).