diff --git a/src/GraphicsSystem/ToolPath/FeedingToolPath.ts b/src/GraphicsSystem/ToolPath/FeedingToolPath.ts index 885b66a63..12dec7903 100644 --- a/src/GraphicsSystem/ToolPath/FeedingToolPath.ts +++ b/src/GraphicsSystem/ToolPath/FeedingToolPath.ts @@ -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("在造型走刀时构建轮廓失败了!(未知情况,未处理)"); } } }