From 07046f0d6831dcc97ea6cc9bae1d54bba3c216a1 Mon Sep 17 00:00:00 2001 From: SET Date: Thu, 13 Aug 2020 23:07:21 -0300 Subject: [PATCH] Updated README and generic example. --- README.md | 2 ++ docs/samples/generic_plot.kiplot.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 657d2ffc..0f36eadb 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,8 @@ Next time you need this list just use an alias, like this: - `regex`: [string=''] Regular expression to match. - *regexp*: Alias for regex. - `merge_blank_fields`: [boolean=true] Component groups with blank fields will be merged into the most compatible group, where possible. + - `normalize_locale`: [boolean=false] When normalizing values use the locale decimal point. + - `normalize_values`: [boolean=false] Try to normalize the R, L and C values, producing uniform units and prefixes. - `number`: [number=1] Number of boards to build (components multiplier). - `output`: [string='%f-%i.%x'] filename for the output (%i=bom). Affected by global options. - `test_regex`: [boolean=true] Each component group will be tested against a number of regular-expressions diff --git a/docs/samples/generic_plot.kiplot.yaml b/docs/samples/generic_plot.kiplot.yaml index fcf2fe3a..e0b7c02a 100644 --- a/docs/samples/generic_plot.kiplot.yaml +++ b/docs/samples/generic_plot.kiplot.yaml @@ -140,6 +140,10 @@ outputs: # `regexp` is an alias for `regex` # [boolean=true] Component groups with blank fields will be merged into the most compatible group, where possible merge_blank_fields: true + # [boolean=false] When normalizing values use the locale decimal point + normalize_locale: false + # [boolean=false] Try to normalize the R, L and C values, producing uniform units and prefixes + normalize_values: false # [number=1] Number of boards to build (components multiplier) number: 1 # [string='%f-%i.%x'] filename for the output (%i=bom). Affected by global options