修改开料顺序入参字段boardHeight=》boardLength #16

Merged
xief merged 6 commits from 修改开料顺序入参字段boardHeight=》boardLength into main 2025-08-22 10:20:56 +08:00
3 changed files with 48 additions and 83 deletions
Showing only changes of commit ac1e32218b - Show all commits

View File

@@ -20,8 +20,8 @@ export class CutorderConfig extends ConfigBase {
export type CutOrderInput = {
/**开料大板 宽 */
boardWidth: number,
/** 开料大板 */
boardHeight: number,
/** 开料大板 */
boardLength: number,
/** 刀头大小(含修边) */
gap: number,
/** 小板数据集合 */