mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
FIX: the manual cali image changed incorrectly for multi_extruder printer
jira: STUDIO-12912 Change-Id: I5315d62689d40dddfa1b804220efcd1fa7c872b4 (cherry picked from commit 91a2c4b68a69cc4d927fe24ffdffbe261b33ea68)
This commit is contained in:
parent
69d5b4ae48
commit
a776c9ae56
1 changed files with 4 additions and 1 deletions
|
|
@ -100,7 +100,10 @@ void CalibrationCaliPage::set_cali_img()
|
|||
{
|
||||
if (m_cali_mode == CalibMode::Calib_PA_Line) {
|
||||
if (m_cali_method == CalibrationMethod::CALI_METHOD_MANUAL) {
|
||||
m_picture_panel->set_bmp(ScalableBitmap(this, "fd_calibration_manual", 400));
|
||||
CalibrationMethod method;
|
||||
int cali_stage = 0;
|
||||
CalibMode obj_cali_mode = get_obj_calibration_mode(curr_obj, method, cali_stage);
|
||||
set_pa_cali_image(cali_stage);
|
||||
}
|
||||
else if (m_cali_method == CalibrationMethod::CALI_METHOD_AUTO) {
|
||||
if (curr_obj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue