mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 15:03:33 +00:00
ENH: support_clump_position_calibration
jira: [STUDIO-14896] Change-Id: I2913a1e4022686889aaa94ee31b787930200d02d (cherry picked from commit 14370c8910878c2182189b42e013c1323615c310)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user