Add support for footprint adjustment

This commit is contained in:
Bán Dénes 2022-12-03 20:41:55 +01:00
parent 07d6fcfb34
commit 820a1a2888
2 changed files with 8 additions and 5 deletions

View file

@ -126,7 +126,7 @@ exports.parse = (config, name, points={}, units={}, asym='source') => {
result.push(anchor(config, name, points, undefined, true)(units))
}
// otherwise, it is treated as a condition to filter all available points
// otherwise, it is treated as a condition to filter all available points
} else {
const source = Object.values(points).filter(complex(config, name, units))
if (['source', 'both'].includes(asym)) {