mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: wrong check while send print
jira: [STUDIO-9489] Change-Id: I7ad5cc2a55cd9b55de3d98ad7bd30150b1f448af (cherry picked from commit 1e712f19c97837ccda9d5b381f0668488036131e)
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user