cerberus_sp4t/cerberus_sp4t.kicad_dru
Brendan Haines 6a319b5600
All checks were successful
kibot / erc (push) Successful in -49s
kibot / drc (push) Successful in -50s
kibot / generate_outputs (push) Successful in 1s
add region to edge of board on first inner layer
2025-06-26 00:16:54 -06:00

13 lines
321 B
Plaintext

(version 1)
(rule IgnoreSilkScreenGraphicOverlap
(condition "A.Type == 'Graphic' && B.Type == 'Graphic'")
(constraint silk_clearance)
(severity ignore)
)
(rule IgnoreEdgeConnector
(condition "A.insideArea('EDGE_CONNECTOR') && (A.Type == 'Pad' || A.Type == 'Zone')")
(constraint edge_clearance)
(severity ignore)
)