fixed bom, added datasheet dl
All checks were successful
KiBot PCB Generation / generate (push) Successful in 1m30s
KiBot PCB Generation / deploy (push) Successful in 21s

This commit is contained in:
2025-09-08 16:15:04 +07:00
parent 35fd4da002
commit 138d54c50d

View File

@@ -255,11 +255,10 @@ outputs:
format: HTML format: HTML
html: html:
style: 'modern-blue' # Style for HTML output style: 'modern-blue' # Style for HTML output
datasheet_as_link: true datasheet_as_link: 'Datasheet' # Column name for datasheet links
generate_dnf: true generate_dnf: true
logo: false logo: false
title: 'Bill of Materials - %f' title: 'Bill of Materials - %f'
extra_info: 'Generated on %d'
group_fields: ['Value', 'Footprint', 'Tolerance', 'Voltage'] group_fields: ['Value', 'Footprint', 'Tolerance', 'Voltage']
columns: columns:
- field: 'References' - field: 'References'
@@ -292,7 +291,7 @@ outputs:
output: '%f_bom.%x' output: '%f_bom.%x'
format: XLSX format: XLSX
xlsx: xlsx:
datasheet_as_link: true datasheet_as_link: 'Datasheet' # Column name for datasheet links
generate_dnf: true generate_dnf: true
logo: false logo: false
title: 'Bill of Materials' title: 'Bill of Materials'
@@ -320,10 +319,20 @@ outputs:
name: 'Digikey Part' name: 'Digikey Part'
- field: 'Mouser' - field: 'Mouser'
name: 'Mouser Part' name: 'Mouser Part'
- field: 'Unit Price' - field: 'Datasheet'
name: 'Unit Cost' name: 'Datasheet'
- field: 'Total Price'
name: 'Extended Cost' # Download datasheets
- name: 'download_datasheets'
comment: "Download component datasheets"
type: download_datasheets
dir: BoM/Datasheets
run_by_default: false # Can be slow, so disabled by default
options:
output: '%f_datasheets.csv' # CSV list of downloaded files
field: 'Datasheet' # Field containing datasheet URLs
dnf: false # Don't download for DNF parts
repeated: false # Don't download the same datasheet twice
# 3D model # 3D model
- name: 'step' - name: 'step'