From 090d8aa995b8b5429f7b0280a52a467be72c53ef Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 23 Feb 2024 08:44:54 -0700 Subject: [PATCH] re-enable diff --- config.kibot.yaml | 88 +++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/config.kibot.yaml b/config.kibot.yaml index c270095..2210b48 100644 --- a/config.kibot.yaml +++ b/config.kibot.yaml @@ -146,51 +146,49 @@ outputs: specs: true kicost_api_disable: KitSpace pre_transform: _kicost_rename -# - name: basic_diff_pcb -# comment: PCB diff between the last two changes -# type: diff -# dir: diff -# layers: -# - layer: F.Cu -# suffix: F_Cu -# description: Front copper -# - layer: F.Paste -# suffix: F_Paste -# description: Front solder paste -# - layer: F.Silkscreen -# suffix: F_Silkscreen -# description: Front silkscreen (artwork) -# - layer: F.Mask -# suffix: F_Mask -# description: Front soldermask (negative) -# - layer: Edge.Cuts -# suffix: Edge_Cuts -# description: Board shape -# - layer: F.Courtyard -# suffix: F_Courtyard -# description: Front courtyard area -# - layer: F.Fab -# suffix: F_Fab -# description: Front documentation -# options: -# old: HEAD~ -# old_type: git -# new: HEAD -# new_type: git -# cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache -# add_link_id: true -# - name: basic_diff_sch -# comment: Schematic diff between the last two changes -# type: diff -# dir: diff -# options: -# old: HEAD~ -# old_type: git -# new: HEAD -# new_type: git -# cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache -# add_link_id: true -# pcb: false +- name: basic_diff_pcb + comment: PCB diff between the last two changes + type: diff + dir: diff + layers: + - layer: F.Cu + suffix: F_Cu + description: Front copper + - layer: F.Paste + suffix: F_Paste + description: Front solder paste + - layer: F.Silkscreen + suffix: F_Silkscreen + description: Front silkscreen (artwork) + - layer: F.Mask + suffix: F_Mask + description: Front soldermask (negative) + - layer: Edge.Cuts + suffix: Edge_Cuts + description: Board shape + - layer: F.Courtyard + suffix: F_Courtyard + description: Front courtyard area + - layer: F.Fab + suffix: F_Fab + description: Front documentation + options: + old: HEAD~ + old_type: git + new: HEAD + new_type: git + add_link_id: true +- name: basic_diff_sch + comment: Schematic diff between the last two changes + type: diff + dir: diff + options: + old: HEAD~ + old_type: git + new: HEAD + new_type: git + add_link_id: true + pcb: false - name: basic_download_datasheets comment: Download the datasheets type: download_datasheets