mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 04:49:31 +00:00
FIX: pass try_emmc_print flag when print
jira: [STUDIO-14427] Change-Id: I3b765e4ea3f290bbc95616f07b416a72f60c7bc5 (cherry picked from commit 39aa7ede7f4cfee20db8f6040a17317a72c9c95e)
This commit is contained in:
@@ -277,7 +277,8 @@ struct PrintParams {
|
||||
int auto_bed_leveling{ 0 };
|
||||
int auto_flow_cali{ 0 };
|
||||
int auto_offset_cali{ 0 };
|
||||
bool task_ext_change_assist{false};
|
||||
bool task_ext_change_assist;
|
||||
bool try_emmc_print;
|
||||
};
|
||||
|
||||
struct TaskQueryParams
|
||||
|
||||
Reference in New Issue
Block a user