13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
(version 1)
|
|
|
|
(rule Part_to_part_creep
|
|
(layer outer)
|
|
(condition "A.Net != B.Net && A.Type == 'Pad' && B.Type == 'Pad' && A.Reference != B.Reference")
|
|
(constraint clearance (min 0.25mm))
|
|
)
|
|
|
|
#(rule No_via-in-pad
|
|
# (condition "A.Type == 'Via' && B.Type == 'Pad'")
|
|
# (constraint clearance (min 0.001mm))
|
|
#)
|
|
# |