mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX:add log for send thumbnail
jira:[STUDIO-13865] Change-Id: Icf0823a83b028af7d0c87b1bccfea335fd27989e (cherry picked from commit a911c30ab1996b261fae1cdb69d407c464ad287b)
This commit is contained in:
@@ -1758,6 +1758,8 @@ void SendToPrinterDialog::set_default()
|
|||||||
}
|
}
|
||||||
image = image.Rescale(FromDIP(256), FromDIP(256));
|
image = image.Rescale(FromDIP(256), FromDIP(256));
|
||||||
m_thumbnailPanel->set_thumbnail(image);
|
m_thumbnailPanel->set_thumbnail(image);
|
||||||
|
} else {
|
||||||
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << " : thumbnail_data invalid." << "current plater: " << m_plater->get_partplate_list().get_curr_plate_index();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> materials;
|
std::vector<std::string> materials;
|
||||||
|
|||||||
Reference in New Issue
Block a user