mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 18:02:20 -07:00
FIX: O1S skip auto cali
jira: none Change-Id: I50551800eaccd94874bb66cc580658d9a2768bad (cherry picked from commit 2b3284c4e51a177402c8a6450d7bb3ece9d2d1d9)
This commit is contained in:
parent
cd7f30d73e
commit
1943f128bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1932,7 +1932,7 @@ void CalibUtils::send_to_print(const std::vector<CalibInfo> &calib_infos, wxStri
|
|||
print_job->set_calibration_task(true);
|
||||
|
||||
print_job->has_sdcard = obj_->get_sdcard_state() == MachineObject::SdcardState::HAS_SDCARD_NORMAL;
|
||||
print_job->set_print_config(MachineBedTypeString[bed_type], true, false, false, false, true, false, 0, 0, 0);
|
||||
print_job->set_print_config(MachineBedTypeString[bed_type], true, false, false, false, true, false, 0, 1, 0);
|
||||
print_job->set_print_job_finished_event(wxGetApp().plater()->get_send_calibration_finished_event(), print_job->m_project_name);
|
||||
|
||||
{ // after send: record the print job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue