mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 23:07:42 -07:00
FIX: should not show timelapse warning when hide timelapse item
jira: STUDIO-11006 Change-Id: I4683f2c0f15e07731407c9609fda927b594eeb99 (cherry picked from commit 8e0bfca31ebbebd0ef337ea6d356210426826f86)
This commit is contained in:
parent
6b282809f8
commit
eb8eb5efd1
1 changed files with 4 additions and 0 deletions
|
|
@ -1043,6 +1043,10 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
|
|||
else
|
||||
{
|
||||
m_checkbox_list["timelapse"]->Hide();
|
||||
m_checkbox_list["timelapse"]->setValue("off");
|
||||
AppConfig *config = wxGetApp().app_config;
|
||||
if (config)
|
||||
config->set_str("print", "timelapse", "0");
|
||||
}
|
||||
|
||||
Layout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue