mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
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:
@@ -1529,8 +1529,6 @@ bool MachineObject::is_in_calibration()
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool MachineObject::is_calibration_done()
|
||||
{
|
||||
return calibration_done;
|
||||
@@ -5438,6 +5436,10 @@ void MachineObject::set_modeltask(BBLModelTask* task)
|
||||
model_task = task;
|
||||
}
|
||||
|
||||
void MachineObject::set_slice_info(BBLSliceInfo *info) {
|
||||
slice_info = info;
|
||||
}
|
||||
|
||||
void MachineObject::update_model_task()
|
||||
{
|
||||
if (request_model_result > 10) return;
|
||||
|
||||
Reference in New Issue
Block a user