From 3b7d31e6895f0d8ebdc23624e60704e8bb3c69d4 Mon Sep 17 00:00:00 2001 From: tao wang Date: Sun, 25 Jun 2023 14:19:42 +0800 Subject: [PATCH] ENH:show all fillments backups Change-Id: I5c1aef99b600f30d0369997f5900ba633ad9b13b --- src/slic3r/GUI/AmsMappingPopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AmsMappingPopup.cpp b/src/slic3r/GUI/AmsMappingPopup.cpp index 0ce30e65a..c75b4e4e5 100644 --- a/src/slic3r/GUI/AmsMappingPopup.cpp +++ b/src/slic3r/GUI/AmsMappingPopup.cpp @@ -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++; }