
* ignore line endings in cli tests * ignore line endings in integration tests * expand code coverage for `choc` footprint * expand code coverage for `chocmini` footprint * expand code coverage for `mx` footprint * expand code coverage for `pad` footprint * expand code coverage for rest of footprints * expand code coverage for `anchor.js` * expand code coverage for `units.js` * expand code coverage for `points.js` * expand code coverage for `filter.js` * expand code coverage for `outlines.js` * expand code coverage for `pcbs.js` * expand code coverage for `ergogen.js` * expand code coverage for `kle.js` * more code coverage for `outlines.js` * expand code coverage for `cases.js`
41 lines
732 B
YAML
41 lines
732 B
YAML
points.zones.matrix:
|
|
mirror: 10
|
|
outlines:
|
|
edge:
|
|
- what: rectangle
|
|
where: true
|
|
size: u
|
|
pcbs:
|
|
main:
|
|
outlines:
|
|
edge:
|
|
outline: edge
|
|
footprints:
|
|
trace:
|
|
what: trace_test
|
|
where: true
|
|
adjust:
|
|
shift: [1, 1]
|
|
rotate: 30
|
|
params:
|
|
width: u/40
|
|
side: F
|
|
mirror:
|
|
side: B
|
|
zone:
|
|
what: zone_test
|
|
where:
|
|
shift: [1, 1]
|
|
rotate: 30
|
|
dyn:
|
|
what: dynamic_net_test
|
|
anc1:
|
|
what: anchor_test
|
|
params:
|
|
end:
|
|
ref: matrix
|
|
shift: [10, 10]
|
|
anc2:
|
|
what: anchor_test
|
|
params:
|
|
end: matrix
|