This commit is contained in:
2025-09-08 16:48:47 +07:00
parent c8e56447bf
commit a33729aeed
2 changed files with 56 additions and 6 deletions

View File

@@ -324,16 +324,33 @@ outputs:
# Download datasheets
- name: 'download_datasheets'
comment: "Download component datasheets"
comment: "Download component datasheets as PDFs"
type: download_datasheets
dir: BoM/Datasheets
dir: Datasheets # Put in root Datasheets folder
run_by_default: true
priority: 60
category: 'Schematic/docs'
options:
field: 'Datasheet' # Field containing datasheet URLs
output: 'datasheet_index.csv' # CSV file listing downloads
dnf_filter: '_none' # Don't filter DNF parts
field: 'Datasheet' # Field containing the datasheet URLs
output: '${REFERENCE}_${VALUE}.pdf' # Name pattern for downloaded files
dnf: false # Don't include DNF components
dnf_filter: '_none' # No DNF filtering
link_repeated: true # Use symlinks for repeated datasheets
repeated: false # Don't re-download same URL
classify: true # Organize by component type (Capacitors/, Resistors/, etc.)
classify_extra: # Additional classification rules
'U': 'ICs'
'Q': 'Transistors'
'D': 'Diodes'
'L': 'Inductors'
'F': 'Fuses'
'J': 'Connectors'
'P': 'Connectors'
'SW': 'Switches'
'Y': 'Crystals'
'T': 'Transformers'
'RV': 'Varistors'
'FB': 'Ferrite_Beads'
# 3D model
- name: 'step'