From f0348248c9bd4fa90da0c38c9464b6fbee7270f6 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Thu, 20 Mar 2025 17:35:02 +0800 Subject: [PATCH] FIX: cover the mistake of AP at n series jira: [STUDIO-11014] Change-Id: Ib9ec7924f217c736f2098b50d9916fef9888f3e6 (cherry picked from commit ced9af106e05da2feed661374d6d5ea6954eb41d) --- src/slic3r/GUI/DeviceManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index bd3e824637..5a205a1468 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -1581,6 +1581,8 @@ void MachineObject::parse_status(int flag) } is_support_flow_calibration = ((flag >> 15) & 0x1) != 0; + if (this->is_series_n()) { is_support_flow_calibration = true; }/* STUDIO-11014 cover the mistake of AP at n series*/ + is_support_pa_calibration = ((flag >> 16) & 0x1) != 0; if (xcam_prompt_sound_hold_count > 0)