ds dl
This commit is contained in:
27
kibot.yaml
27
kibot.yaml
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user