mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: modify the cali mode name
Change-Id: Ic234ac3ac776e40fadcf4d3a65c511ceb3946666 (cherry picked from commit 91fee384ddf055a6689160c64fdbdcc5caf91325)
This commit is contained in:
parent
04bfe7e405
commit
e9f3ddb61b
4 changed files with 9 additions and 8 deletions
|
@ -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 = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue