FIX:fixed the issue of incorrect display of calibration information

jira:[STUDIO-11515]

Change-Id: I4cd62b06ead3fc43917cee7fbc68b2575a0d8133
(cherry picked from commit 6d1b7b8d806530c80e72f266c733e0207e7ac27a)
This commit is contained in:
tao wang
2025-04-15 12:53:36 +08:00
committed by Noisyfox
parent 49559a6946
commit 3f46b18032
3 changed files with 7 additions and 4 deletions

View File

@@ -1301,6 +1301,7 @@ public:
BBLSubTask* get_subtask();
BBLModelTask* get_modeltask();
void set_modeltask(BBLModelTask* task);
void set_slice_info(BBLSliceInfo *info);
void update_model_task();
void update_slice_info(std::string project_id, std::string profile_id, std::string subtask_id, int plate_idx);