mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-02 19:44:00 -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
|
@ -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);
|
||||
static void calib_PA(const X1CCalibInfos &calib_infos, std::string &error_message, bool is_manual = false);
|
||||
|
||||
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