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