ENH: CLI: add logic to process wrapping detect

jira: no-jira
Change-Id: Iacf689208a2fc26437892f9f5d847c53a21bf264
(cherry picked from commit 6c2e71c8f51a0384e6fdf784421490820282d3cc)
This commit is contained in:
lane.wei
2025-08-05 21:01:22 +08:00
committed by Noisyfox
parent fcd0a11490
commit 251bd230da
4 changed files with 49 additions and 10 deletions

View File

@@ -85,6 +85,11 @@ typedef struct _printer_plate_info {
int exclude_depth{0};
int exclude_x{0};
int exclude_y{0};
int wrapping_width{0};
int wrapping_depth{0};
int wrapping_x{0};
int wrapping_y{0};
}printer_plate_info_t;
typedef struct _plate_obj_size_info {