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
html:
style: 'modern-blue' # Style for HTML output
datasheet_as_link: true
datasheet_as_link: 'Datasheet' # Column name for datasheet links
generate_dnf: true
logo: false
title: 'Bill of Materials - %f'
extra_info: 'Generated on %d'
group_fields: ['Value', 'Footprint', 'Tolerance', 'Voltage']
columns:
- field: 'References'
@@ -292,7 +291,7 @@ outputs:
output: '%f_bom.%x'
format: XLSX
xlsx:
datasheet_as_link: true
datasheet_as_link: 'Datasheet' # Column name for datasheet links
generate_dnf: true
logo: false
title: 'Bill of Materials'
@@ -320,10 +319,20 @@ outputs:
name: 'Digikey Part'
- field: 'Mouser'
name: 'Mouser Part'
- field: 'Unit Price'
name: 'Unit Cost'
- field: 'Total Price'
name: 'Extended Cost'
- field: 'Datasheet'
name: 'Datasheet'
# 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
- name: 'step'