Move BOM Group into separate KiBot file
All checks were successful
KiBot CI / test (push) Successful in 30s

This commit is contained in:
2026-03-10 17:59:06 -07:00
parent 99d7feab4e
commit f060645431
2 changed files with 103 additions and 30 deletions

View File

@@ -49,15 +49,6 @@ groups:
# Output Sub-Groups ========================================================
# Bill of Material Outputs -------------------------------------------------
- name: bom
outputs:
- @CSV_BOM_OUTPUT@
- @HTML_BOM_OUTPUT@
- @HTML_IBOM_OUTPUT@
# PCB 3d Model Outputs -----------------------------------------------------
- name: models
outputs:
@@ -207,29 +198,12 @@ import:
SHEET_WKS: @SHEET_WKS_SCH@
# Bills of Materials (BOMs) ------------------------------------------------
- file: kibot_out_csv_bom.yaml
- file: kibot_grp_bom.yaml
definitions:
NAME: @CSV_BOM_OUTPUT@
COMMENT: Bill of Materials in CSV format
DIR: @ASSEMBLY_DIR@
IPN_FIELD: @IPN_FIELD@
MPN_FIELD: @MPN_FIELD@
MAN_FIELD: @MAN_FIELD@
- file: kibot_out_html_bom.yaml
definitions:
NAME: @HTML_BOM_OUTPUT@
COMMENT: Bill of Materials in HTML format
DIR: @ASSEMBLY_DIR@
IPN_FIELD: @IPN_FIELD@
MPN_FIELD: @MPN_FIELD@
MAN_FIELD: @MAN_FIELD@
- file: kibot_out_html_ibom.yaml
definitions:
NAME: @HTML_IBOM_OUTPUT@
COMMENT: Bill of Materials in HTML format
DIR: @ASSEMBLY_DIR@
NAME_CSV_BOM_OUTPUT: @CSV_BOM_OUTPUT@
NAME_HTML_BOM_OUTPUT: @HTML_BOM_OUTPUT@
NAME_HTML_IBOM_OUTPUT: @HTML_IBOM_OUTPUT@
IPN_FIELD: @IPN_FIELD@
MPN_FIELD: @MPN_FIELD@
MAN_FIELD: @MAN_FIELD@