FIX: show all re-fill while sending print

jira: [STUDIO-10888]
Change-Id: I2b1a98eddd2c34a83a73ef7cbef39ab05d569aef
(cherry picked from commit ee76a2191ff633af3311ef659b9feb63e7bdedeb)
This commit is contained in:
xin.zhang
2025-03-17 10:31:19 +08:00
committed by Noisyfox
parent 5ce8613053
commit 293787609b
4 changed files with 0 additions and 17 deletions

View File

@@ -963,7 +963,6 @@ void SelectMachineDialog::popup_filament_backup()
if (!dev) return;
if (dev->get_selected_machine()/* && dev->get_selected_machine()->filam_bak.size() > 0*/) {
AmsReplaceMaterialDialog* m_replace_material_popup = new AmsReplaceMaterialDialog(this);
m_replace_material_popup->update_mapping_result(m_ams_mapping_result);
m_replace_material_popup->update_machine_obj(dev->get_selected_machine());
m_replace_material_popup->ShowModal();
}