Skip to content

Commit 6930a58

Browse files
committed
Disable PCB checks - we don't have a PCB in this project.
Just a collection of parts which are not tracked, just dumped on the board.
1 parent 112027d commit 6930a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Kicad/docs.kibot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ variants:
3131

3232
preflight:
3333
run_erc: true
34-
run_drc: true
35-
check_zone_fills: true
36-
ignore_unconnected: false
34+
run_drc: false
35+
check_zone_fills: false
36+
ignore_unconnected: true
3737
update_xml: true
3838

3939
outputs:

0 commit comments

Comments
 (0)