From de801f1a0e5c101b297d7b6b70d7be6964834012 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 3 Feb 2023 08:13:48 -0300 Subject: [PATCH] [DOCs] Added _none to the internal filters - Isn't really a filter, but needs some mention --- README.md | 1 + docs/README.in | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5be3a7da..c651a83b 100644 --- a/README.md +++ b/README.md @@ -1060,6 +1060,7 @@ The [tests/yaml_samples](https://github.com/INTI-CMNB/KiBot/tree/master/tests/ya - References that match: '^TP[0-9]*' or '^FID' - Part names that match: 'regex': 'mount.*hole' or 'solder.*bridge' or 'solder.*jump' or 'test.*point' - Footprints that match: 'test.*point' or 'mount.*hole' or 'fiducial' +- **_none** does nothing, useful when you want to remove a filter with default value - **_only_smd** is used to get only SMD parts - **_only_tht** is used to get only THT parts - **_only_virtual** is used to get only virtual parts diff --git a/docs/README.in b/docs/README.in index 84dd51c0..53cc0ca7 100644 --- a/docs/README.in +++ b/docs/README.in @@ -571,6 +571,7 @@ The [tests/yaml_samples](https://github.com/INTI-CMNB/KiBot/tree/master/tests/ya - References that match: '^TP[0-9]*' or '^FID' - Part names that match: 'regex': 'mount.*hole' or 'solder.*bridge' or 'solder.*jump' or 'test.*point' - Footprints that match: 'test.*point' or 'mount.*hole' or 'fiducial' +- **_none** does nothing, useful when you want to remove a filter with default value - **_only_smd** is used to get only SMD parts - **_only_tht** is used to get only THT parts - **_only_virtual** is used to get only virtual parts