diff --git a/config.kibot.yaml b/config.kibot.yaml index 8ab039d..ecd516f 100644 --- a/config.kibot.yaml +++ b/config.kibot.yaml @@ -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'