PCB layout done
This commit is contained in:
parent
852ebbcf95
commit
fc0e58aa57
11 changed files with 234 additions and 46 deletions
|
@ -214,6 +214,7 @@ exports.parse = (config = {}) => {
|
|||
const mp = p.clone().mirror(axis)
|
||||
mp.meta = a.extend(mp.meta, mp.meta.mirror || {})
|
||||
mp.meta.mirrored = true
|
||||
p.meta.mirrored = false
|
||||
const new_name = `mirror_${name}`
|
||||
mp.meta.name = new_name
|
||||
mirrored_points[new_name] = mp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue