FIX:Reset calibration picture when sdcard print

jira:[STUDIO-12656]

Change-Id: I3c96d88b50bb4638a0c094e5766fb3c6877f597e
(cherry picked from commit 5958ba55842557560e70772bcf1321000c5fbf2f)
This commit is contained in:
milk 2025-07-08 11:14:00 +08:00 committed by Noisyfox
parent 8af893ad75
commit 491bcd294f

View file

@ -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;