Last pre-routing adjustments

This commit is contained in:
Bán Dénes 2020-07-21 19:35:33 +02:00
parent a197041be1
commit 42a2502dda
14 changed files with 201 additions and 118 deletions

View file

@ -217,6 +217,7 @@ exports.parse = (config = {}) => {
p.meta.mirrored = false
const new_name = `mirror_${name}`
mp.meta.name = new_name
mp.meta.colrow = `mirror_${mp.meta.colrow}`
mirrored_points[new_name] = mp
if (p.meta.asym == 'right') {
p.meta.skip = true