cerberus_sp4t/cerberus_sp4t.kicad_dru
Brendan Haines 595d1ae9c8
All checks were successful
kibot / erc (push) Successful in -50s
kibot / drc (push) Successful in -50s
kibot / generate_outputs (push) Successful in 1s
fix DRC errors
2025-06-25 23:42:05 -06:00

14 lines
294 B
Plaintext

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