Added YAML sample to detect zone refills
This commit is contained in:
parent
098b38c462
commit
5bb63e6624
|
|
@ -0,0 +1,28 @@
|
|||
kibot:
|
||||
version: 1
|
||||
|
||||
preflight:
|
||||
check_zone_fills: true
|
||||
|
||||
outputs:
|
||||
- name: 'diff_pcb_show'
|
||||
comment: "Show differences for the zone fill"
|
||||
type: diff
|
||||
layers: copper
|
||||
options:
|
||||
cache_dir: .cache
|
||||
old: ''
|
||||
old_type: file
|
||||
new_type: current
|
||||
|
||||
- name: 'diff_pcb_check'
|
||||
comment: "Check the zone fill doesn't generate important changes"
|
||||
type: diff
|
||||
layers: copper
|
||||
options:
|
||||
cache_dir: .cache
|
||||
diff_mode: stats
|
||||
threshold: 100
|
||||
old: ''
|
||||
old_type: file
|
||||
new_type: current
|
||||
Loading…
Reference in New Issue