7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 05:45:02 +00:00
kicad/qa/data/pcbnew/skew_group_matched_drc.kicad_dru
JamesJCode 3a007b8dd7 Remove group_matched token from DRC skew rule
This is the default behaviour anyway
2024-07-30 14:41:06 +01:00

7 lines
109 B
Plaintext

(version 1)
(rule diff_skew
(constraint skew (max 3mil))
(condition "A.hasNetclass('DIFF_PAIR')")
)