Is your feature request related to a problem? Please describe.
Currently, when generating an HTML BOM, if show_fabrication option is true, all fabrication (graphics and reference designators) are shown. When there are many testpoints, the ibom can get really cluttered.
Describe the solution you'd like
It would be nice to be able to specify an exclude_filter (similar to the current implementation of PCB Print), which would allow to hide specific components on the PCB.
Describe alternatives you've considered
I've thought about using the hide_excluded option and setting all testpoints as DNF, but that would result in a red cross on all testpoints in the schematic.
Fill as much as you can, remove the rest
Is your feature request related to a problem? Please describe. Currently, when generating an HTML BOM, if
show_fabrication
option is true, all fabrication (graphics and reference designators) are shown. When there are many testpoints, the ibom can get really cluttered.Describe the solution you'd like It would be nice to be able to specify an exclude_filter (similar to the current implementation of PCB Print), which would allow to hide specific components on the PCB.
Describe alternatives you've considered I've thought about using the
hide_excluded
option and setting all testpoints as DNF, but that would result in a red cross on all testpoints in the schematic.