30 lines
No EOL
527 B
YAML
30 lines
No EOL
527 B
YAML
points.zones.matrix:
|
|
outlines:
|
|
edge:
|
|
- what: rectangle
|
|
where: true
|
|
size: u
|
|
pcbs:
|
|
main:
|
|
outlines:
|
|
edge:
|
|
outline: edge
|
|
footprints:
|
|
trace:
|
|
what: trace_test
|
|
where:
|
|
shift: [1, 1]
|
|
rotate: 30
|
|
zone:
|
|
what: zone_test
|
|
where:
|
|
shift: [1, 1]
|
|
rotate: 30
|
|
dyn:
|
|
what: dynamic_net_test
|
|
anc:
|
|
what: anchor_test
|
|
anchors:
|
|
end:
|
|
ref: matrix
|
|
shift: [10, 10] |