mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: hide select timelapse widget
Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
This commit is contained in:
@@ -1265,7 +1265,8 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
|
|||||||
|
|
||||||
if (obj && obj->is_function_supported(PrinterFunction::FUNC_TIMELAPSE)
|
if (obj && obj->is_function_supported(PrinterFunction::FUNC_TIMELAPSE)
|
||||||
&& obj->is_support_print_with_timelapse()) {
|
&& obj->is_support_print_with_timelapse()) {
|
||||||
select_timelapse->Show();
|
//always hide timelapse
|
||||||
|
select_timelapse->Hide();
|
||||||
} else {
|
} else {
|
||||||
select_timelapse->Hide();
|
select_timelapse->Hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user