mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 05:35:05 +00:00
0304ad4494
Also copies connection width progress reporting architecture over to the sliver checker.
8 lines
242 B
Plaintext
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')"))
|