feat: 提交

This commit is contained in:
2025-08-11 10:05:26 +08:00
parent ee90d21cfb
commit 257f228a98

View File

@@ -22,7 +22,6 @@ export class CutPointProc extends ProcessorBase<CutPointInput, CutPointOutput, C
exec(context: ProcessorContext<CutPointInput, CutPointOutput, CutPointConfig>): Promise<void> | 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) {