Skip to content

Commit

Permalink
JLC KiBot fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Dec 5, 2023
1 parent 852cd53 commit 365c2e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions samd21pad.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ filters:
regex: '^TP[0-9]*'
- column: 'Ref'
regex: '^FID'
- column: 'Part'
regex: '^mount.*hole'
- column: 'Part'
regex: 'solder.*bridge'
- column: 'Part'
Expand All @@ -39,8 +37,6 @@ filters:
regex: 'test.*point'
- column: 'FP'
regex: 'test.*point'
- column: 'FP'
regex: '^mount.*hole'
- column: 'FP'
regex: 'fiducial'

Expand Down Expand Up @@ -151,7 +147,7 @@ outputs:
type: bom
options:
output: '%f_%i_jlc.%x'
# exclude_filter: 'only_jlc_parts'
exclude_filter: 'only_jlc_parts'
ref_separator: ','
group_fields: ['Value', 'Footprint', 'LCSC Part Number']
columns:
Expand Down
4 changes: 2 additions & 2 deletions samd21pad.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
]
],
"text_variables": {
"SHA1": "93a670d",
"TIMESTAMP": "2023-07-04"
"SHA1": "852cd53",
"TIMESTAMP": "2023-12-05"
}
}
2 changes: 1 addition & 1 deletion samd21pad.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@
(property "Datasheet" "~" (at 71.12 162.56 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC Part Number" "C2916349 " (at 71.12 162.56 0)
(property "LCSC Part Number" "C2916349" (at 71.12 162.56 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MPN" "" (at 71.12 162.56 0)
Expand Down

0 comments on commit 365c2e6

Please sign in to comment.