mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user