diff --git a/src/processors/cutPoint/CutPoint.ts b/src/processors/cutPoint/CutPoint.ts index fdb2a62..c814871 100644 --- a/src/processors/cutPoint/CutPoint.ts +++ b/src/processors/cutPoint/CutPoint.ts @@ -22,7 +22,6 @@ export class CutPointProc extends ProcessorBase): Promise | void { return new Promise(async (resolve, reject) => { try { - this.lines_H = []; //开料水平线 this.lines_V = []; //开料垂直线 if (Array.isArray(context.input?.boardPointInfo?.pts) && context.input?.boardPointInfo?.pts?.length > 0) {