Update KiBot configuration
This commit is contained in:
parent
5f7cc49c98
commit
ad26d3b501
|
|
@ -3,11 +3,10 @@ kibot:
|
|||
|
||||
preflight:
|
||||
run_erc: false # There are no sch files generated by Ergogen
|
||||
run_drc:
|
||||
drc:
|
||||
dir: kibot/drc
|
||||
enabled: true
|
||||
ignore_unconnected: true # Auto-routing doesn't always connect all traces
|
||||
fill_zones: true
|
||||
filters:
|
||||
- filter: 'Ignore library warnings'
|
||||
error: 'lib_footprint_issues'
|
||||
|
|
@ -25,6 +24,9 @@ preflight:
|
|||
error: 'solder_mask_bridge'
|
||||
- filter: 'Jumpers on the MCU are supposed to short different nets'
|
||||
error: 'shorting_items'
|
||||
- filter: 'MX reversible hotswap has co-located drill holes'
|
||||
error: 'holes_co_located'
|
||||
fill_zones: true
|
||||
|
||||
global:
|
||||
filters:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ kibot:
|
|||
|
||||
preflight:
|
||||
fill_zones: true
|
||||
run_drc: false
|
||||
drc: false
|
||||
run_erc: false
|
||||
|
||||
outputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue