From c3b5ada5d8b4ae313a6e3404efcc8d74f1e9941e Mon Sep 17 00:00:00 2001 From: timmyhadwen Date: Sun, 7 Sep 2025 17:14:32 +1000 Subject: [PATCH] WIP --- configs/default.kibot.yaml | 14 +++++++++++++- kibot-ci.yml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/configs/default.kibot.yaml b/configs/default.kibot.yaml index 6b2c723..43d8082 100644 --- a/configs/default.kibot.yaml +++ b/configs/default.kibot.yaml @@ -155,6 +155,16 @@ outputs: output: '%f_%r%v.%x' download: false subst_models: true + board_only: true + + - name: 'panel_step' + comment: "Step file of panel pcb" + type: export_3d + dir: . + options: + output: '%f_%r%v.%x' + download: false + board_only: true - name: 'pcb_render' comment: "ISO render of the blank PCB" @@ -312,9 +322,11 @@ groups: - name: panel outputs: + - JLCPCB_gerbers + - JLCPCB_drill - JLCPCB_compress - print_pcb - - step + - panel_step - interactive_bom - name: sch diff --git a/kibot-ci.yml b/kibot-ci.yml index 4043a49..87614a8 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -20,7 +20,7 @@ stages: - release image: - name: ghcr.io/inti-cmnb/kicad9_auto:1.8.3 + name: ghcr.io/inti-cmnb/kicad9_auto:1.8.4 .main_rules: rules: