Skip to content

Commit

Permalink
Update DRC filter
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Oct 27, 2023
1 parent 927b6fb commit 5b5af5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion KiCad/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ preflight:
update_xml: true
ignore_unconnected: false
filters:
- filter: 'DVI connector DNC pins'
- filter: 'GNDA is unconnected'
error: unconnected_items
regex: 'unconnected-\(J\d+-PadC5\)'
- filter: 'Shield is unconnected'
error: unconnected_items
regex: 'unconnected-\(J\d+-PadSH\)'

variants:
Expand Down

0 comments on commit 5b5af5f

Please sign in to comment.