mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
ENH: CLI: add logic to process wrapping detect
jira: no-jira Change-Id: Iacf689208a2fc26437892f9f5d847c53a21bf264 (cherry picked from commit 6c2e71c8f51a0384e6fdf784421490820282d3cc)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user