mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 01:39:04 +08:00
FIX: The timelapse option is not checked by default
when sending job for A1 mini Jira: XXXX Change-Id: I67ec86d7ea82ca686373dd5608486e723d515470
This commit is contained in:
parent
f029e43629
commit
51748d437f
@ -3232,6 +3232,14 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event)
|
||||
}else if (dev->get_selected_machine()->dev_id != m_printer_last_select) {
|
||||
dev->set_selected_machine(m_printer_last_select, true);
|
||||
}
|
||||
|
||||
// reset the timelapse check status for I3 structure
|
||||
if (obj->get_printer_arch() == PrinterArch::ARCH_I3) {
|
||||
m_checkbox_list["timelapse"]->SetValue(false);
|
||||
AppConfig *config = wxGetApp().app_config;
|
||||
if (config) config->set_str("print", "timelapse", "0");
|
||||
}
|
||||
|
||||
// Has changed machine unrecoverably
|
||||
GUI::wxGetApp().sidebar().load_ams_list(obj->dev_id, obj);
|
||||
update_select_layout(obj);
|
||||
|
Loading…
x
Reference in New Issue
Block a user