Skip to content

Commit

Permalink
[DOCs][Updated] fit_field default change
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 7, 2024
1 parent e69b6c7 commit 665b92d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/samples/generic_plot.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ outputs:
# If you need to customize the filter, or apply it before, you can disable this option and
# add a custom filter to the filter chain
expand_text_vars: true
# [string='Config'] {no_case} Field name used for internal filters (not for variants)
fit_field: 'Config'
# [string='config'] {no_case} Field name used for internal filters (not for variants)
fit_field: 'config'
# [string|list(string)='no,yes'] {comma_sep} Values for the `Footprint Populate` column
footprint_populate_values: 'no,yes'
# [string|list(string)='SMD,THT,VIRTUAL'] {comma_sep} Values for the `Footprint Type` column
Expand Down
2 changes: 1 addition & 1 deletion docs/source/configuration/outputs/bom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Parameters:
This is done using a **_expand_text_vars** filter.
If you need to customize the filter, or apply it before, you can disable this option and
add a custom filter to the filter chain.
- ``fit_field`` :index:`: <pair: output - bom - options; fit_field>` [:ref:`string <string>`] (default: ``'Config'``) [:ref:`case insensitive <no_case>`]Field name used for internal filters (not for variants).
- ``fit_field`` :index:`: <pair: output - bom - options; fit_field>` [:ref:`string <string>`] (default: ``'config'``) [:ref:`case insensitive <no_case>`]Field name used for internal filters (not for variants).
- ``footprint_populate_values`` :index:`: <pair: output - bom - options; footprint_populate_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'no,yes'``) [:ref:`comma separated <comma_sep>`] Values for the `Footprint Populate` column.

- ``footprint_type_values`` :index:`: <pair: output - bom - options; footprint_type_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'SMD,THT,VIRTUAL'``) [:ref:`comma separated <comma_sep>`] Values for the `Footprint Type` column.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration/preflights/draw_stackup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ stackup

- Valid keys:

- **columns** :index:`: <pair: preflight - draw_stackup - draw_stackup; columns>` [:ref:`list(dict) <list(dict)>` | :ref:`list(string) <list(string)>`] (default: ``[]``) List of columns to display.
- **columns** :index:`: <pair: preflight - draw_stackup - draw_stackup; columns>` [:ref:`list(dict) <list(dict)>` | :ref:`list(string) <list(string)>`] (default: computed for your project) List of columns to display.
Can be just the name of the column.
Available columns are *gerber*, *drawing* and *description*.
Available columns are *gerber*, *drawing*, *thickness* and *description*.
When empty KiBot will add them in the above order, skipping the *gerber* if not available.

- Valid keys:
Expand Down

0 comments on commit 665b92d

Please sign in to comment.