From 4bd1c0d98d311d5c28db7cb9f9d919c08cd9bea3 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Thu, 7 Aug 2025 10:21:09 +0800 Subject: [PATCH] FIX: the configuration for auto-pa flow calibration JIRA: [STUDIO-13875] Change-Id: Iecf628107043aa935a2f0bbafc05332717bc89a6 (cherry picked from commit 3aa422e4bb78efd0d5fe7ccadac21210bd8b7830) --- src/slic3r/GUI/DeviceCore/DevConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceCore/DevConfig.cpp b/src/slic3r/GUI/DeviceCore/DevConfig.cpp index 0ec43fa44d..52d28714e5 100644 --- a/src/slic3r/GUI/DeviceCore/DevConfig.cpp +++ b/src/slic3r/GUI/DeviceCore/DevConfig.cpp @@ -48,7 +48,7 @@ void DevConfig::ParseCalibrationConfig(const json& print_json) DevJsonValParser::ParseVal(print_json, "support_lidar_calibration", m_support_calibration_lidar); DevJsonValParser::ParseVal(print_json, "support_nozzle_offset_calibration", m_support_calibration_nozzle_offset); DevJsonValParser::ParseVal(print_json, "support_high_tempbed_calibration", m_support_calibration_high_temp_bed); - DevJsonValParser::ParseVal(print_json, "support_pa_calibration_auto", m_support_calibration_pa_flow_auto); + DevJsonValParser::ParseVal(print_json, "support_auto_flow_calibration", m_support_calibration_pa_flow_auto); } } \ No newline at end of file