mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX:Reset calibration picture when sdcard print
jira:[STUDIO-12656] Change-Id: I3c96d88b50bb4638a0c094e5766fb3c6877f597e (cherry picked from commit 5958ba55842557560e70772bcf1321000c5fbf2f)
This commit is contained in:
@@ -3873,6 +3873,7 @@ void StatusPanel::update_sdcard_subtask(MachineObject *obj)
|
||||
update_calib_bitmap();
|
||||
if (m_current_print_mode != PrintingTaskType::CALIBRATION) {
|
||||
m_project_task_panel->get_bitmap_thumbnail()->SetBitmap(m_thumbnail_sdcard.bmp());
|
||||
m_project_task_panel->set_thumbnail_img(m_thumbnail_sdcard.bmp());
|
||||
}
|
||||
task_thumbnail_state = ThumbnailState::SDCARD_THUMBNAIL;
|
||||
m_load_sdcard_thumbnail = true;
|
||||
|
||||
Reference in New Issue
Block a user