7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 05:35:05 +00:00
kicad/qa/data/pcbnew/connection_width_rules.kicad_dru
Jeff Young 0304ad4494 Move connection width testing to rule system.
Also copies connection width progress reporting architecture over to
the sliver checker.
2022-08-01 13:09:51 +01:00

8 lines
242 B
Plaintext

(version 1)
(rule high_current_netclass
(constraint connection_width (min 0.16mm))
(condition "A.NetClass == 'High_current'"))
(rule high_current_area
(constraint connection_width (min 0.16mm))
(condition "A.insideArea('high_current')"))