ENH: support_clump_position_calibration

jira: [STUDIO-14896]
Change-Id: I2913a1e4022686889aaa94ee31b787930200d02d
(cherry picked from commit 14370c8910878c2182189b42e013c1323615c310)
This commit is contained in:
xin.zhang
2025-09-30 16:08:26 +08:00
committed by Noisyfox
parent f5ab592114
commit a5e14e5a01
7 changed files with 25 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ public:
bool SupportCalibrationLidar() const { return m_support_calibration_lidar; }
bool SupportCalibrationNozzleOffset() const { return m_support_calibration_nozzle_offset; }
bool SupportCalibrationHighTempBed() const { return m_support_calibration_high_temp_bed; }
bool SupportCaliClumpPos() const { return m_support_calibration_clump_pos; }
bool SupportCalibrationPA_FlowAuto() const { return m_support_calibration_pa_flow_auto; }
@@ -73,6 +74,7 @@ private:
bool m_support_calibration_lidar = false;
bool m_support_calibration_nozzle_offset = false;
bool m_support_calibration_high_temp_bed = false; // High-temperature Heatbed Calibration
bool m_support_calibration_clump_pos = false; // clump position calibration
bool m_support_calibration_pa_flow_auto = false;// PA flow calibration. used in SendPrint
};