mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Add timelapse storage location selection
This commit is contained in:
@@ -262,6 +262,7 @@ void PrintJob::process(Ctl &ctl)
|
||||
params.task_vibration_cali = this->task_vibration_cali;
|
||||
params.task_layer_inspect = this->task_layer_inspect;
|
||||
params.task_record_timelapse= this->task_record_timelapse;
|
||||
params.task_timelapse_use_internal = this->task_timelapse_use_internal;
|
||||
params.nozzle_mapping = this->task_nozzle_mapping;
|
||||
params.ams_mapping = this->task_ams_mapping;
|
||||
params.ams_mapping2 = this->task_ams_mapping2;
|
||||
|
||||
@@ -80,6 +80,7 @@ public:
|
||||
bool task_flow_cali;
|
||||
bool task_vibration_cali;
|
||||
bool task_record_timelapse;
|
||||
bool task_timelapse_use_internal { false };
|
||||
bool task_layer_inspect;
|
||||
bool cloud_print_only { false };
|
||||
bool has_sdcard { false };
|
||||
|
||||
Reference in New Issue
Block a user