mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +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)
|
if (obj && obj->is_function_supported(PrinterFunction::FUNC_TIMELAPSE)
|
||||||
&& obj->is_support_print_with_timelapse()) {
|
&& obj->is_support_print_with_timelapse()) {
|
||||||
//always hide timelapse
|
select_timelapse->Show();
|
||||||
select_timelapse->Hide();
|
|
||||||
} else {
|
} else {
|
||||||
select_timelapse->Hide();
|
select_timelapse->Hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user