diff --git a/kiplot/out_bom.py b/kiplot/out_bom.py index 1b705817..79b7401f 100644 --- a/kiplot/out_bom.py +++ b/kiplot/out_bom.py @@ -219,7 +219,8 @@ class BoMOptions(BaseOptions): self.group_connectors = True """ Connectors with the same footprints will be grouped together, independent of the name of the connector """ self.test_regex = True - """ Each component group will be tested against a number of regular-expressions (see ``). """ + """ Each component group will be tested against a number of regular-expressions + (see `include_only` and `exclude_any`). """ self.merge_blank_fields = True """ Component groups with blank fields will be merged into the most compatible group, where possible """ self.fit_field = 'Config' @@ -259,6 +260,8 @@ class BoMOptions(BaseOptions): - column: Part ..regex: 'solder.*bridge' - column: Part + ..regex: 'solder.*jump' + - column: Part ..regex: 'test.*point' - column: Footprint ..regex 'test.*point'