mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
ENH: hide select timelapse widget
Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
This commit is contained in:
parent
6f13d5cbf4
commit
095243eff3
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue