NEW: add timeplase option when sending a job
Change-Id: I4909ec834bcc7acb04f501b8b22f049cca32e79b
This commit is contained in:
parent
5e8f7a9102
commit
5c82ec410e
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue