33 lines
888 B
Text
33 lines
888 B
Text
(version 1)
|
|
(rule led_edge
|
|
(constraint edge_clearance (min -1mm))
|
|
(condition "A.memberOfFootprint('*:SK6812-MINI-E')")
|
|
)
|
|
(rule edge_zones
|
|
(constraint edge_clearance (min 0.25mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('F.Cu')")
|
|
)
|
|
(rule edge_zones_back
|
|
(constraint edge_clearance (min 0.25mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('B.Cu')")
|
|
)
|
|
|
|
(rule edge_zones_inner_1
|
|
(constraint edge_clearance (min 0.4mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('In1.Cu')")
|
|
)
|
|
|
|
(rule edge_zones_inner_2
|
|
(constraint edge_clearance (min 0.4mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('In2.Cu')")
|
|
)
|
|
|
|
(rule edge_zones_inner_3
|
|
(constraint edge_clearance (min 0.4mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('In3.Cu')")
|
|
)
|
|
|
|
(rule edge_zones_inner_4
|
|
(constraint edge_clearance (min 0.4mm))
|
|
(condition "A.Type == 'Zone' && A.existsOnLayer('In4.Cu')")
|
|
)
|