mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
ENH: Improve some details for pa calib
Change-Id: I5d4e1b6a3385f28b616989e2a23cfda627eb79d8 (cherry picked from commit 01827ef8ede395d4bed856585e9ef6b316ee1d2c)
This commit is contained in:
parent
2d3f1c7d92
commit
6ea3259d05
5 changed files with 89 additions and 66 deletions
|
@ -8,22 +8,6 @@ class ProgressIndicator;
|
|||
class Preset;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class X1CCalibInfos
|
||||
{
|
||||
public:
|
||||
struct X1CCalibInfo
|
||||
{
|
||||
int tray_id;
|
||||
std::string setting_id;
|
||||
int bed_temp;
|
||||
int nozzle_temp;
|
||||
float max_volumetric_speed;
|
||||
};
|
||||
|
||||
std::vector<X1CCalibInfo> calib_infos;
|
||||
};
|
||||
|
||||
class CalibInfo
|
||||
{
|
||||
public:
|
||||
|
@ -48,6 +32,8 @@ public:
|
|||
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 select_PA_calib_result(const PACalibIndexInfo &pa_calib_info);
|
||||
static void delete_PA_calib_result(const PACalibIndexInfo &pa_calib_info);
|
||||
|
||||
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