Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuturu583 committed Dec 1, 2024
2 parents 32180c6 + 2a119a7 commit a99791c
Show file tree
Hide file tree
Showing 9 changed files with 868 additions and 7 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/docker/kicad/kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kibot:

preflight:
erc: true
drc: true

outputs:
- name: print schematic
Expand Down Expand Up @@ -59,4 +60,16 @@ outputs:
- name: renderer_for_present
comment: Renderer for the presentation
type: pcbdraw
dir: render
dir: /workspace/render
- name: output gerber
type: gerber
dir: /workspace/gerber
- name: output drill file
type: excellon
dir: /workspace/drill
<<<<<<< HEAD
- name: output Interactive HTML BoM
type: ibom
dir: /workspace/bom
=======
>>>>>>> origin/master
Loading

0 comments on commit a99791c

Please sign in to comment.