''
This commit is contained in:
12
kibot.yaml
12
kibot.yaml
@@ -12,8 +12,8 @@ global:
|
||||
- number: 58
|
||||
- number: 61
|
||||
|
||||
# Default output directory
|
||||
output: 'Fabrication'
|
||||
# Default output directory - will be overridden by command line
|
||||
# output: 'Fabrication' # Commented out to use command line option
|
||||
|
||||
# Variant for assembly if needed
|
||||
variant: ''
|
||||
@@ -27,6 +27,14 @@ preflight:
|
||||
check_zone_fills: true
|
||||
ignore_unconnected: false
|
||||
update_xml: true
|
||||
erc:
|
||||
warnings_as_errors: false
|
||||
# Continue even if ERC fails
|
||||
dont_stop: true
|
||||
drc:
|
||||
warnings_as_errors: false
|
||||
# Continue even if DRC fails
|
||||
dont_stop: true
|
||||
|
||||
outputs:
|
||||
# Schematic outputs
|
||||
|
||||
Reference in New Issue
Block a user