diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index c10d927d..6d75cd27 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -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 diff --git a/docs/source/configuration/outputs/bom.rst b/docs/source/configuration/outputs/bom.rst index ebbe12ae..5f6e47aa 100644 --- a/docs/source/configuration/outputs/bom.rst +++ b/docs/source/configuration/outputs/bom.rst @@ -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:`: ` [:ref:`string `] (default: ``'Config'``) [:ref:`case insensitive `]Field name used for internal filters (not for variants). + - ``fit_field`` :index:`: ` [:ref:`string `] (default: ``'config'``) [:ref:`case insensitive `]Field name used for internal filters (not for variants). - ``footprint_populate_values`` :index:`: ` [:ref:`string ` | :ref:`list(string) `] (default: ``'no,yes'``) [:ref:`comma separated `] Values for the `Footprint Populate` column. - ``footprint_type_values`` :index:`: ` [:ref:`string ` | :ref:`list(string) `] (default: ``'SMD,THT,VIRTUAL'``) [:ref:`comma separated `] Values for the `Footprint Type` column. diff --git a/docs/source/configuration/preflights/draw_stackup.rst b/docs/source/configuration/preflights/draw_stackup.rst index 66a9477c..bee24c77 100644 --- a/docs/source/configuration/preflights/draw_stackup.rst +++ b/docs/source/configuration/preflights/draw_stackup.rst @@ -19,9 +19,9 @@ stackup - Valid keys: - - **columns** :index:`: ` [:ref:`list(dict) ` | :ref:`list(string) `] (default: ``[]``) List of columns to display. + - **columns** :index:`: ` [:ref:`list(dict) ` | :ref:`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: