ENH: hide select timelapse widget

Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
This commit is contained in:
Stone Li 2022-10-19 11:29:33 +08:00 committed by Lane.Wei
parent 6f13d5cbf4
commit 095243eff3
1 changed files with 2 additions and 1 deletions

View File

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