Temporarily ignore unconnected pads, due to issues with Freerouting
This commit is contained in:
parent
397daf652c
commit
b77f6cb67b
|
|
@ -5,7 +5,7 @@ preflight:
|
|||
run_erc: false # There are no sch files generated by Ergogen
|
||||
run_drc: true
|
||||
check_zone_fills: false # There are no zones to fill
|
||||
ignore_unconnected: false # Auto-routing doesn't always connect all traces
|
||||
ignore_unconnected: true # Auto-routing doesn't always connect all traces
|
||||
filters:
|
||||
- filter: 'Ignore library warnings'
|
||||
error: 'lib_footprint_issues'
|
||||
|
|
|
|||
Loading…
Reference in New Issue