Compare commits
1 Commits
73084fe6a2
...
e7a26ae602
Author | SHA1 | Date | |
---|---|---|---|
e7a26ae602 |
@@ -30,8 +30,6 @@ export class RectLayoutProcConfig extends ConfigBase {
|
|||||||
doubleSidedFirst: boolean = false;
|
doubleSidedFirst: boolean = false;
|
||||||
/** 刀路间隙 */
|
/** 刀路间隙 */
|
||||||
gap: number = 0;
|
gap: number = 0;
|
||||||
/** 运行标识 */
|
|
||||||
_runFlag: 'running' | 'stopped' | 'terminated' = 'running';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RectLayoutProcOutput = LayoutResult;
|
export type RectLayoutProcOutput = LayoutResult;
|
||||||
|
Reference in New Issue
Block a user