Update KiBot configuration
This commit is contained in:
parent
5f7cc49c98
commit
ad26d3b501
|
|
@ -3,28 +3,30 @@ kibot:
|
||||||
|
|
||||||
preflight:
|
preflight:
|
||||||
run_erc: false # There are no sch files generated by Ergogen
|
run_erc: false # There are no sch files generated by Ergogen
|
||||||
run_drc:
|
drc:
|
||||||
dir: kibot/drc
|
dir: kibot/drc
|
||||||
enabled: true
|
enabled: true
|
||||||
ignore_unconnected: true # 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'
|
||||||
|
- filter: 'Copper edge clearance should be >=0.200 but board defaults to 0.500'
|
||||||
|
error: 'copper_edge_clearance'
|
||||||
|
regex: 'actual 0.[2-9][0-9]+ mm'
|
||||||
|
- filter: 'Ignore Default track width issues, board defaults to 0.250 but JLCPCB min is 0.127'
|
||||||
|
error: 'track_width'
|
||||||
|
regex: 'min width 0.2000 mm; actual 0.1[2-9][07-9]0 mm'
|
||||||
|
- filter: 'Hotswap reversible switch footprint has holes overlapping'
|
||||||
|
error: 'hole_near_hole'
|
||||||
|
- filter: 'Hotswap reversible switch footprint has pad overlapping with hole'
|
||||||
|
error: 'hole_clearance'
|
||||||
|
- filter: 'Hotswap reversible switch footprint has pad overlapping with hole'
|
||||||
|
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
|
fill_zones: true
|
||||||
filters:
|
|
||||||
- filter: 'Ignore library warnings'
|
|
||||||
error: 'lib_footprint_issues'
|
|
||||||
- filter: 'Copper edge clearance should be >=0.200 but board defaults to 0.500'
|
|
||||||
error: 'copper_edge_clearance'
|
|
||||||
regex: 'actual 0.[2-9][0-9]+ mm'
|
|
||||||
- filter: 'Ignore Default track width issues, board defaults to 0.250 but JLCPCB min is 0.127'
|
|
||||||
error: 'track_width'
|
|
||||||
regex: 'min width 0.2000 mm; actual 0.1[2-9][07-9]0 mm'
|
|
||||||
- filter: 'Hotswap reversible switch footprint has holes overlapping'
|
|
||||||
error: 'hole_near_hole'
|
|
||||||
- filter: 'Hotswap reversible switch footprint has pad overlapping with hole'
|
|
||||||
error: 'hole_clearance'
|
|
||||||
- filter: 'Hotswap reversible switch footprint has pad overlapping with hole'
|
|
||||||
error: 'solder_mask_bridge'
|
|
||||||
- filter: 'Jumpers on the MCU are supposed to short different nets'
|
|
||||||
error: 'shorting_items'
|
|
||||||
|
|
||||||
global:
|
global:
|
||||||
filters:
|
filters:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ kibot:
|
||||||
|
|
||||||
preflight:
|
preflight:
|
||||||
fill_zones: true
|
fill_zones: true
|
||||||
run_drc: false
|
drc: false
|
||||||
run_erc: false
|
run_erc: false
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue