mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-15 09:23:49 +01:00
Add support for footprint adjustment
This commit is contained in:
parent
07d6fcfb34
commit
820a1a2888
2 changed files with 8 additions and 5 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue