mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: No progress bar is displayed during manual calibration
Jira: 3789 Change-Id: I4d56839136f4590b6df384f2287e9565e5e61afa (cherry picked from commit ddb0c38fc0ed4b42bc5a132c2b2d907084576d41)
This commit is contained in:
parent
50226b8b23
commit
1426913752
3 changed files with 15 additions and 1 deletions
|
@ -980,6 +980,7 @@ void CalibUtils::send_to_print(const CalibInfo &calib_info, std::string &error_m
|
|||
|
||||
CalibMode cali_mode = calib_info.params.mode;
|
||||
print_job->m_project_name = get_calib_mode_name(cali_mode, flow_ratio_mode);
|
||||
print_job->set_calibration_task(true);
|
||||
|
||||
print_job->has_sdcard = obj_->has_sdcard();
|
||||
print_job->set_print_config(MachineBedTypeString[bed_type], true, false, false, false, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue