don't mirror certain macro paths
This commit is contained in:
parent
deb5bb8407
commit
6ca62fb986
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ export const cutLayoutPlugin = function (material, grainAngle) {
|
|||
const mirrorPaths = []
|
||||
for (const p in paths) {
|
||||
// skip ones that are hidden
|
||||
if (!paths[p].hidden) mirrorPaths.push(paths[p])
|
||||
if (!paths[p].hidden && !p.match(/^(cutonfold|grainline|__scalebox|__miniscale)/))
|
||||
mirrorPaths.push(paths[p])
|
||||
}
|
||||
|
||||
// store all the points to mirror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue