summaryrefslogtreecommitdiff
path: root/pcb
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-01-04 21:27:30 +0100
committerxengineering <me@xengineering.eu>2025-01-04 21:27:30 +0100
commitdb41d9675d4facb67b466a90eadfb841fcdd790d (patch)
tree1fb7f7597b1d9817018b99b97c19760017490153 /pcb
parent9f0feb7c5ea2c4e23c08b70fdcb17e7cf0015ce6 (diff)
downloadsoundbox-db41d9675d4facb67b466a90eadfb841fcdd790d.tar
soundbox-db41d9675d4facb67b466a90eadfb841fcdd790d.tar.zst
soundbox-db41d9675d4facb67b466a90eadfb841fcdd790d.zip
pcb: Add Manufacturer,MPN,Datasheet to BOM export
Diffstat (limited to 'pcb')
-rwxr-xr-xpcb/print-bom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcb/print-bom.sh b/pcb/print-bom.sh
index 9bd8007..27546b0 100755
--- a/pcb/print-bom.sh
+++ b/pcb/print-bom.sh
@@ -9,7 +9,7 @@ PCB_PATH="$(dirname "${SCRIPT_PATH}")"
INPUT_PATH="${PCB_PATH}/soundbox.kicad_sch"
OUTPUT_PATH="$(mktemp -t --suffix '.csv' kicad-bom-XXXX)"
-FIELDS='Reference,Description,Value'
+FIELDS='Reference,Description,Value,Manufacturer,MPN,Datasheet'
kicad-cli sch export bom \