NEW: add timeplase option when sending a job

Change-Id: I4909ec834bcc7acb04f501b8b22f049cca32e79b
This commit is contained in:
Stone Li 2022-10-21 10:07:08 +08:00 committed by Lane.Wei
parent 5e8f7a9102
commit 5c82ec410e

View file

@ -1271,8 +1271,7 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
if (obj && obj->is_function_supported(PrinterFunction::FUNC_TIMELAPSE)
&& obj->is_support_print_with_timelapse()) {
//always hide timelapse
select_timelapse->Hide();
select_timelapse->Show();
} else {
select_timelapse->Hide();
}