mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
FIX: modify the cali mode name
Change-Id: Ic234ac3ac776e40fadcf4d3a65c511ceb3946666 (cherry picked from commit 91fee384ddf055a6689160c64fdbdcc5caf91325)
This commit is contained in:
@@ -338,7 +338,7 @@ public:
|
||||
std::string name;
|
||||
float k_value;
|
||||
float n_coef;
|
||||
int confidence;
|
||||
int confidence = -1;
|
||||
};
|
||||
|
||||
struct PACalibIndexInfo
|
||||
@@ -827,7 +827,7 @@ public:
|
||||
int command_start_calibration(bool vibration, bool bed_leveling, bool xcam_cali);
|
||||
|
||||
// PA calibration
|
||||
int command_start_pa_calibration(const X1CCalibInfos& pa_data, bool is_manual = false);
|
||||
int command_start_pa_calibration(const X1CCalibInfos& pa_data, int mode = 0); // 0: automatic mode; 1: manual mode. default: automatic mode
|
||||
int command_set_pa_calibration(const std::vector<PACalibResult>& pa_calib_values);
|
||||
int command_delete_pa_calibration(const PACalibIndexInfo& pa_calib);
|
||||
int command_get_pa_calibration_tab(float nozzle_diameter, const std::string &filament_id = "");
|
||||
|
||||
Reference in New Issue
Block a user