fix DRC errors
All checks were successful
kibot / erc (push) Successful in -50s
kibot / drc (push) Successful in -50s
kibot / generate_outputs (push) Successful in 1s

This commit is contained in:
2025-06-25 23:42:05 -06:00
parent cf30c45051
commit 595d1ae9c8
4 changed files with 575 additions and 435 deletions

View File

@@ -7,7 +7,7 @@
)
(rule IgnoreSmaEdge
(condition "A.getField('Footprint') == '*SuperSMA*'")
(condition "A.insideArea('EDGE_CONNECTOR') && A.Type == 'Pad'")
(constraint edge_clearance)
(severity ignore)
)