mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW: add timeplase option when sending a job
Change-Id: I4909ec834bcc7acb04f501b8b22f049cca32e79b
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user