Skip to content

Commit

Permalink
N/A: updated kibot and added drc check
Browse files Browse the repository at this point in the history
  • Loading branch information
Supermanuu committed Aug 10, 2024
1 parent 4bc8817 commit d5d3612
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ _doc
3d.step
manufacturing.zip
BatterySwitcher-erc.txt
BatterySwitcher-erc.html
BatterySwitcher-drc.txt
BatterySwitcher-drc.html
kibot_*.kicad_dru
10 changes: 7 additions & 3 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Example KiPlot config file
# Doc: https://kibot.readthedocs.io/en/master/introduction.html

kiplot:
version: 1

Expand Down Expand Up @@ -27,9 +28,12 @@ filters:
regex: 'mount.*hole'

preflight:
run_erc: true
erc:
enabled: true
drc:
all_track_errors: true
dont_stop: true
update_xml: true
# run_drc: true
check_zone_fills: false
ignore_unconnected: false

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./:/data/
command: markdown-folder-to-html /data/doc
kibot:
image: ghcr.io/inti-cmnb/kicad8_auto:1.6.5
image: ghcr.io/inti-cmnb/kicad8_auto:latest # All versions: https://kibot.readthedocs.io/en/master/usage_with_ci_cd.html
working_dir: /data
volumes:
- ./:/data/
Expand Down

0 comments on commit d5d3612

Please sign in to comment.