mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 10:43:15 +08:00
FIX:Update the thumbnail of the current plate even if there is no match
jira: STUDIO-10514 Change-Id: Ia25433a275eaf90416f532978fd2738f98c192d8
This commit is contained in:
parent
fb432cdb9d
commit
007e4fdeb2
@ -1268,6 +1268,7 @@ bool SelectMachineDialog::do_ams_mapping(MachineObject *obj_)
|
|||||||
get_ams_mapping_result(ams_array, ams_array2, mapping_info);
|
get_ams_mapping_result(ams_array, ams_array2, mapping_info);
|
||||||
if (ams_array.empty()) {
|
if (ams_array.empty()) {
|
||||||
reset_ams_material();
|
reset_ams_material();
|
||||||
|
updata_thumbnail_data_after_connected_printer(); // FIX:update cur plate thumbnail
|
||||||
BOOST_LOG_TRIVIAL(info) << "ams_mapping_array=[]";
|
BOOST_LOG_TRIVIAL(info) << "ams_mapping_array=[]";
|
||||||
} else {
|
} else {
|
||||||
sync_ams_mapping_result(m_ams_mapping_result);
|
sync_ams_mapping_result(m_ams_mapping_result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user