ENH:show all fillments backups

Change-Id: I5c1aef99b600f30d0369997f5900ba633ad9b13b
This commit is contained in:
tao wang
2023-06-25 14:19:42 +08:00
committed by Lane.Wei
parent 33b04c007d
commit 35ff10d3ee

View File

@@ -1314,7 +1314,7 @@ void AmsReplaceMaterialDialog::update_machine_obj(MachineObject* obj)
}
}
if (is_in_tray) {
if (is_in_tray || m_tray_used.size() <= 0) {
m_groups_sizer->Add(create_backup_group(wxString::Format("%s%d", _L("Group"), group_index + 1), group_info, group_material, status_list), 0, wxALL, FromDIP(10));
group_index++;
}