Skip to content

Commit

Permalink
Ignore ERC errors. This is a hack until KiCad 8.0.2 is available with…
Browse files Browse the repository at this point in the history
… KiBot
  • Loading branch information
PatrickBaus committed Apr 29, 2024
1 parent d3bf71b commit c04e01d
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@ preflight:
update_xml: true
ignore_unconnected: false
erc:
- enabled: true
filters:
- filter: 'Manually modified DIN 41612 connectors to hide their 3D model as the different connector options are overlapping.'
error: lib_footprint_mismatch
regex: 'Footprint J\d+'
- filter: 'The DIN 41612 connectors of different variants overlap.'
error: courtyards_overlap
regex: 'Footprint J\d+'
- filter: 'The DIN 41612 connectors of different variants overlap.'
error: silk_overlap
regex: 'Segment on F.Silkscreen'
- filter: 'Those vias are used to give multimeter probes more grip.'
error: via_dangling
regex: 'Via \[-15V\]|Via [/Input protection (negative)/Q3-D]'
enabled: true
dont_stop: true # Required for KiCad < 8.0.2 as some of the symbols and footprints are only included in Kicad 8.0.2
filters:
- filter: 'Manually modified DIN 41612 connectors to hide their 3D model as the different connector options are overlapping.'
error: lib_footprint_mismatch
regex: 'Footprint J\d+'
- filter: 'The DIN 41612 connectors of different variants overlap.'
error: courtyards_overlap
regex: 'Footprint J\d+'
- filter: 'The DIN 41612 connectors of different variants overlap.'
error: silk_overlap
regex: 'Segment on F.Silkscreen'
- filter: 'Those vias are used to give multimeter probes more grip.'
error: via_dangling
regex: 'Via \[-15V\]|Via [/Input protection (negative)/Q3-D]'

variants:
- name: 'default'
Expand Down

0 comments on commit c04e01d

Please sign in to comment.