mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: cali modify for get result
Change-Id: I7017eb186fa629b5d46df1b09bf1021936967689
This commit is contained in:
parent
7fc261e644
commit
8009f8991d
5 changed files with 12 additions and 7 deletions
|
@ -338,6 +338,7 @@ public:
|
|||
std::string name;
|
||||
float k_value;
|
||||
float n_coef;
|
||||
int confidence;
|
||||
};
|
||||
|
||||
struct PACalibIndexInfo
|
||||
|
@ -826,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);
|
||||
int command_start_pa_calibration(const X1CCalibInfos& pa_data, bool is_manual = false);
|
||||
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