Skip to content

Commit 9c16fcf

Browse files
committed
fix: update KiBot action version and adjust configuration for board variant
1 parent f1013ea commit 9c16fcf

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

.github/workflows/kibot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: INTI-CMNB/KiBot@v2_dk9
28+
- uses: INTI-CMNB/KiBot@v2_k9
2929
with:
3030
config: board/sessile.kibot.yaml
3131
dir: board/output/pcbs
32+
variant: board
3233
board: board/output/pcbs/sessile.kicad_pcb
3334
skip: erc
3435
targets: __NONE__
@@ -38,12 +39,12 @@ jobs:
3839
needs: [DRC]
3940
steps:
4041
- uses: actions/checkout@v4
41-
- uses: INTI-CMNB/KiBot@v2_dk9
42+
- uses: INTI-CMNB/KiBot@v2_k9
4243
with:
4344
config: board/sessile.kibot.yaml
4445
dir: board/output/pcbs
45-
board: board/output/pcbs/sessile.kicad_pcb
4646
variant: board
47+
board: board/output/pcbs/sessile.kicad_pcb
4748
skip: erc,drc
4849
targets: ZIP_ASSEMBLY
4950
- uses: actions/upload-artifact@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ cases/
1313

1414
*.kicad_pcb.lck
1515
*-backups
16+
_autosave*
1617
fp-info-cache
1718
fp-lib-table
1819
*.kicad_prl

board/sessile.kibot.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ kibot:
66
version: 1
77

88
preflight:
9-
erc: true
9+
erc: false
1010
drc:
1111
enabled: true
1212
ignore_unconnected: false
1313
fill_zones: true
1414

15-
# variants:
16-
# - name: board
17-
# comment: Main board
18-
# type: kibom
19-
# variant: board
20-
# pre_transform:
21-
# - fix_rotation
15+
variants:
16+
- name: board
17+
comment: Main board
18+
type: kibom
19+
variant: board
20+
pre_transform:
21+
- fix_rotation
2222

2323
filters:
2424
- name: fix_rotation
@@ -42,12 +42,6 @@ filters:
4242
regex: '^C\d+'
4343

4444
outputs:
45-
# - name: SCHEMATIC
46-
# comment: Schematic in SVG format
47-
# type: svg_sch_print
48-
# options:
49-
# output: "%i.%x"
50-
5145
- name: JLCPCB_GERBERS
5246
comment: Gerbers compatible with JLCPCB
5347
type: gerber

0 commit comments

Comments
 (0)