add region to edge of board on first inner layer
All checks were successful
kibot / erc (push) Successful in -49s
kibot / drc (push) Successful in -50s
kibot / generate_outputs (push) Successful in 1s

This commit is contained in:
2025-06-26 00:16:54 -06:00
parent 595d1ae9c8
commit 6a319b5600
3 changed files with 173 additions and 108 deletions

View File

@@ -6,8 +6,8 @@
(severity ignore)
)
(rule IgnoreSmaEdge
(condition "A.insideArea('EDGE_CONNECTOR') && A.Type == 'Pad'")
(rule IgnoreEdgeConnector
(condition "A.insideArea('EDGE_CONNECTOR') && (A.Type == 'Pad' || A.Type == 'Zone')")
(constraint edge_clearance)
(severity ignore)
)
)