Skip to content

Commit

Permalink
syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Jul 6, 2024
1 parent e09332c commit af2b0d9
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions config.kiplot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,34 +154,34 @@ outputs:
# type: "render"

# Diffs
- name: 'diff_pcb_KIBOT_LAST-1'
comment: "PCB difference KIBOT_LAST-1"
type: diff
dir: Diff
layers: ['F.Cu', 'B.Cu']
options:
output: Diff_PCB_HEAD_KIBOT_LAST-1.pdf
old: KIBOT_LAST-1
old_type: git
new: HEAD
new_type: git
cache_dir: .cache
#add_link_id: true
diff_mode: red_green
- name: 'diff_sch_KIBOT_LAST-1'
comment: "SCH difference KIBOT_LAST-1"
type: diff
dir: Diff
options:
output: Diff_SCH_HEAD_KIBOT_LAST-1.pdf
old: KIBOT_LAST-1
old_type: git
new: HEAD
new_type: git
cache_dir: .cache
#add_link_id: true
diff_mode: red_green
pcb: false
- name: 'diff_pcb_KIBOT_LAST-1'
comment: "PCB difference KIBOT_LAST-1"
type: diff
dir: Diff
layers: ['F.Cu', 'B.Cu']
options:
output: Diff_PCB_HEAD_KIBOT_LAST-1.pdf
old: KIBOT_LAST-1
old_type: git
new: HEAD
new_type: git
cache_dir: .cache
#add_link_id: true
diff_mode: red_green
- name: 'diff_sch_KIBOT_LAST-1'
comment: "SCH difference KIBOT_LAST-1"
type: diff
dir: Diff
options:
output: Diff_SCH_HEAD_KIBOT_LAST-1.pdf
old: KIBOT_LAST-1
old_type: git
new: HEAD
new_type: git
cache_dir: .cache
#add_link_id: true
diff_mode: red_green
pcb: false

# General
- name: 'Kicanvas'
Expand Down

0 comments on commit af2b0d9

Please sign in to comment.