!2247 二维刀路的偏移值问题

pull/2249/MERGE
林伟强 1 year ago committed by ChenX
parent 087b33b8b1
commit 27741a7467

@ -88,12 +88,14 @@ export class Modeling2Store implements IConfigStore
{
this.modelingItems[i].dir = FaceDirection.Front;
this.modelingItems[i].items.length = 1;
this.modelingItems[i].items[0].offset = 0;
this.modelingItems[i].items[0].depth = 0;
this.modelingItems[i].items[0].knife.id = "";
this.modelingItems[i].items[0].knife.name = "";
this.uiModeingItems[i].items.length = 1;
this.uiModeingItems[i].items[0].depth = "0";
this.uiModeingItems[i].items[0].offset = "0";
}
}

Loading…
Cancel
Save