修复:避免门板切割

pull/1290/head
ChenX 4 years ago
parent 056ed4e204
commit 720308601d

@ -61,8 +61,9 @@ export class DrawDoor implements Command
); );
await tool.Draw(); await tool.Draw();
if (store.autoCutOption.isAutoCut) //我们在界面已经移除了它,所以我们也移除这个切割
await AutoCutting(store.autoCutOption.isRelevance); // if (store.autoCutOption.isAutoCut)
// await AutoCutting(store.autoCutOption.isRelevance);
} }
} }
} }

Loading…
Cancel
Save