mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 01:52:11 +00:00
ENH:optimize the display logic of backup
jira:[STUDIO-4215] Change-Id: I89436e88be64cfa9d6ff0c191a1539234917fd9b
This commit is contained in:
@@ -2955,6 +2955,7 @@ void SelectMachineDialog::on_timer(wxTimerEvent &event)
|
||||
|| obj_->amsList.empty()
|
||||
|| obj_->ams_exist_bits == 0
|
||||
|| !obj_->is_support_filament_backup
|
||||
|| !obj_->is_support_show_filament_backup
|
||||
|| !obj_->ams_auto_switch_filament_flag
|
||||
|| !m_checkbox_list["use_ams"]->GetValue() ) {
|
||||
if (m_ams_backup_tip->IsShown()) {
|
||||
|
||||
Reference in New Issue
Block a user