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