mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
FIX: fix some issue in calibration
1.add part of x1c PAcalibrate save multi-filamnet-presets logic 2.fix a quit crash 3.fix keeping connecting device 4.part of UI refined Change-Id: I221984529bd09111d408b09defe5e30c9d100714
This commit is contained in:
parent
fb5a9062ff
commit
767edb03e0
9 changed files with 602 additions and 332 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
static bool get_PA_calib_results(std::vector<PACalibResult> &pa_calib_results);
|
||||
static void emit_get_PA_calib_infos();
|
||||
static bool get_PA_calib_tab(std::vector<PACalibResult> &pa_calib_infos);
|
||||
static void set_PA_calib_result(const std::vector<PACalibResult>& pa_calib_values);
|
||||
|
||||
static void calib_flowrate_X1C(const X1CCalibInfos& calib_infos, std::string& error_message);
|
||||
static void emit_get_flow_ratio_calib_results();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue