diff --git a/sites/shared/components/workbench/layout/cut/plugin-cut-layout.mjs b/sites/shared/components/workbench/layout/cut/plugin-cut-layout.mjs index 4a8a7b503ff..686f56dacc7 100644 --- a/sites/shared/components/workbench/layout/cut/plugin-cut-layout.mjs +++ b/sites/shared/components/workbench/layout/cut/plugin-cut-layout.mjs @@ -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