PCB stuff started

This commit is contained in:
Bán Dénes 2020-07-11 20:30:20 +02:00
parent 827cfeea21
commit a6ed52b4bd
5 changed files with 108 additions and 1 deletions

View file

@ -249,6 +249,8 @@ exports.parse = (config = {}, points = {}) => {
result = op(result, arg)
}
m.model.originate(result)
m.model.simplify(result)
outlines[key] = result
}