diff --git a/kibot/yaml/kibot_out_csv_bom.yaml b/kibot/yaml/kibot_out_csv_bom.yaml deleted file mode 100644 index 43224ef..0000000 --- a/kibot/yaml/kibot_out_csv_bom.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# KiBot output for generating Bill of Materials in CSV format -# https://kibot.readthedocs.io/en/latest/configuration/outputs/bom.html - -kibot: - version: 1 - -outputs: -- name: @NAME@ - comment: '@COMMENT@' - type: bom - category: '@DIR@' - dir: '@DIR@' - options: - format: CSV - csv: - hide_pcb_info: true - hide_stats_info: true - - group_fields: ['@MPN_FIELD@', '@IPN_FIELD@', 'Value'] - - columns: - - "Row" - - "Quantity Per PCB" - - "References" - - "Value" - - "Datasheet" - - "Footprint" - - "Description" - - "@IPN_FIELD@" - - "@MAN_FIELD@" - - "@MPN_FIELD@" - - "LCSC" - # - "arrow#" - # - "digikey#" - # - "farnell#" - # - "mouser#" - # - "newark#" - # - "rs#" - # - "tme#" - -... -definitions: - NAME: csv_bom - COMMENT: Bill of Materials in CSV format - DIR: mfg/assembly - IPN_FIELD: 'Asymworks IPN' - MPN_FIELD: 'Manufacturer PN' - MAN_FIELD: 'Manufacturer' \ No newline at end of file diff --git a/kibot/yaml/kibot_out_html_bom.yaml b/kibot/yaml/kibot_out_html_bom.yaml deleted file mode 100644 index 9f1a4ef..0000000 --- a/kibot/yaml/kibot_out_html_bom.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# KiBot output for generating Interactive HTML BoM -# https://kibot.readthedocs.io/en/latest/configuration/outputs/ibom.html - -kibot: - version: 1 - -outputs: -- name: @NAME@ - comment: '@COMMENT@' - type: bom - category: '@DIR@' - dir: '@DIR@' - options: - format: HTML - html: - title: 'Bill of Materials' - datasheet_as_link: "Datasheet" - lcsc_link: true - logo: false - style: modern-blue - - group_fields: ['@MPN_FIELD@', 'Value'] - - columns: - - "Row" - - "Quantity Per PCB" - - "References" - - "Value" - - "Datasheet" - - "Footprint" - - "Description" - - "@IPN_FIELD@" - - "@MAN_FIELD@" - - "@MPN_FIELD@" - - "LCSC" - # - "arrow#" - # - "digikey#" - # - "farnell#" - # - "mouser#" - # - "newark#" - # - "rs#" - # - "tme#" - -... -definitions: - NAME: html_bom - COMMENT: BOM in HTML format - DIR: mfg/assembly - IPN_FIELD: 'Asymworks IPN' - MPN_FIELD: 'Manufacturer PN' - MAN_FIELD: 'Manufacturer' \ No newline at end of file diff --git a/kibot/yaml/kibot_out_html_ibom.yaml b/kibot/yaml/kibot_out_html_ibom.yaml deleted file mode 100644 index c771f9c..0000000 --- a/kibot/yaml/kibot_out_html_ibom.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# KiBot output for generating Interactive HTML BoM -# https://kibot.readthedocs.io/en/latest/configuration/outputs/ibom.html - -# This output is currently somewhat buggy, and fails at odd times complaining -# about missing embedded Schematic WKS frame files. - -kibot: - version: 1 - -outputs: -- name: @NAME@ - comment: '@COMMENT@' - type: ibom - dir: '@DIR@' - category: '@DIR@' - options: - # extra_data_file: '%F.net' - dark_mode: true - show_fields: 'Value,Footprint,@IPN_FIELD@,@MPN_FIELD@' - group_fields: 'Value,@IPN_FIELD@' - show_fabrication: true - highlight_pin1: "selected" - exclude_filter: '@EXCLUDE_FILTER@' - hide_excluded: true - forced_name: '@TITLE@' - mark_when_checked: 'Placed' - -... -definitions: - NAME: html_bom_interactive - COMMENT: Interactive BOM in HTML format - DIR: mfg/assembly - EXCLUDE_FILTER: exclude_testpoints - TITLE: "" - IPN_FIELD: 'Asymworks IPN' - MPN_FIELD: 'Manufacturer PN'