mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -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
|
@ -30,7 +30,7 @@ public:
|
|||
|
||||
static CalibMode get_calib_mode_by_name(const std::string &name);
|
||||
|
||||
static void calib_PA(const X1CCalibInfos &calib_infos, std::string &error_message, bool is_manual = false);
|
||||
static void calib_PA(const X1CCalibInfos &calib_infos, std::string &error_message, int mode = 0); // 0: automatic mode; 1: manual mode. default: automatic mode
|
||||
|
||||
static void emit_get_PA_calib_results(float nozzle_diameter);
|
||||
static bool get_PA_calib_results(std::vector<PACalibResult> &pa_calib_results);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue