开发:更新提示

pull/1436/head
ChenX 4 years ago
parent 158c8ce6ab
commit 3cb457fefb

@ -430,7 +430,7 @@ export class FeedingToolPath extends Singleton
if (intPts.length === 0)
{
if (LogEnable.Display)
console.error("未知错误情况");
console.error("在造型走刀的时候,尝试和前一条线求交时失败了!(未知情况,未处理)");
return;
}
@ -471,7 +471,7 @@ export class FeedingToolPath extends Singleton
if (con)
shape.Outline = con;
else
console.error("错误");
console.error("在造型走刀时构建轮廓失败了!(未知情况,未处理)");
}
}
}

Loading…
Cancel
Save