diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index bf50089..97b7694 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -223,6 +223,7 @@ import: NAME_COMP_COUNT: @CSV_COMP_COUNT_OUPUT@ NAME_CSV_DRILL_TABLE: @CSV_DRILL_TABLE_OUTPUT@ NAME_IMPEDANCE_TABLE: @CSV_IMPEDANCE_TABLE_OUTPUT@ + NAME_CSV_BOM_TABLE: @CSV_BOM_OUTPUT@ # Generated Outputs ======================================================== diff --git a/kibot/yaml/kibot_pre_include_table.yaml b/kibot/yaml/kibot_pre_include_table.yaml index 79a4005..654b0c4 100644 --- a/kibot/yaml/kibot_pre_include_table.yaml +++ b/kibot/yaml/kibot_pre_include_table.yaml @@ -66,6 +66,17 @@ preflight: row_spacing: 3 column_spacing: 1 + - name: '@NAME_CSV_BOM_TABLE@' + text_alignment: 'left' + invert_columns_order: false + border_width: 0.2 + header_rule_width: 0.2 + vertical_rule_width: 0 + top_rule_width: 0 + bottom_rule_width: 0 + row_spacing: 3 + column_spacing: 1 + ... definitions: NAME_TP_TOP: csv_testpoints_top @@ -73,3 +84,4 @@ definitions: NAME_COMP_COUNT: csv_comp_count NAME_CSV_DRILL_TABLE: csv_drill_table NAME_IMPEDANCE_TABLE: csv_impedance_table + NAME_CSV_BOM_TABLE: csv_bom \ No newline at end of file