Fixes all errors and warnings.

This commit is contained in:
2026-05-06 14:06:37 +02:00
parent fc1ce0265b
commit 355991c7fb
5 changed files with 9788 additions and 10345 deletions

7
pcb_scout.kicad_dru Normal file
View File

@@ -0,0 +1,7 @@
(version 1)
(rule "ignore clearance inside IGNORE_AREA"
(severity ignore)
(constraint clearance)
(condition "A.intersectsArea('IGNORE_AREA') && B.intersectsArea('IGNORE_AREA')")
)