mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 06:15:02 +00:00
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
(version 1)
|
|
(rule "keepout holes"
|
|
(constraint disallow hole)
|
|
(condition "A.insideArea('NoBottomFootprints')" )
|
|
)
|
|
(rule "keepout bottom footprints"
|
|
(constraint disallow pad)
|
|
(condition "A.Layer_Bottom && A.insideArea('NoBottomFootprints')" )
|
|
)
|