Minor changes to KiBot configuration
This commit is contained in:
parent
7d56845091
commit
f46178d270
|
|
@ -5,11 +5,10 @@ kibot:
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
preflight:
|
preflight:
|
||||||
run_erc: false
|
run_erc: false # There are no sch files generated by Ergogen
|
||||||
update_xml: false
|
run_drc: false # Keeping it off for the moment, too many errors due to footprints
|
||||||
run_drc: false
|
check_zone_fills: false # There are no zones to fill
|
||||||
check_zone_fills: true
|
ignore_unconnected: false # Auto-routing doesn't always connect all traces
|
||||||
ignore_unconnected: false
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: jlcpcb_gerbers
|
- name: jlcpcb_gerbers
|
||||||
|
|
@ -33,8 +32,6 @@ outputs:
|
||||||
line_width: 0.1
|
line_width: 0.1
|
||||||
subtract_mask_from_silk: true
|
subtract_mask_from_silk: true
|
||||||
layers:
|
layers:
|
||||||
# Note: a more generic approach is to use 'copper' but then the filenames
|
|
||||||
# are slightly different.
|
|
||||||
- F.Cu
|
- F.Cu
|
||||||
- B.Cu
|
- B.Cu
|
||||||
- F.SilkS
|
- F.SilkS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue