FIX: wrong check while send print

jira: [STUDIO-9489]
Change-Id: I7ad5cc2a55cd9b55de3d98ad7bd30150b1f448af
(cherry picked from commit 1e712f19c97837ccda9d5b381f0668488036131e)
This commit is contained in:
xin.zhang
2025-01-01 16:03:06 +08:00
committed by Noisyfox
parent 8c2f658c93
commit 33440082e6
4 changed files with 30 additions and 19 deletions

View File

@@ -1377,7 +1377,7 @@ void SendMultiMachinePage::sync_ams_list()
}
}
auto extruders = wxGetApp().plater()->get_partplate_list().get_curr_plate()->get_used_extruders();
auto extruders = wxGetApp().plater()->get_partplate_list().get_curr_plate()->get_used_filaments();
BitmapCache bmcache;
MaterialHash::iterator iter = m_material_list.begin();
while (iter != m_material_list.end()) {