mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: calibration: can modify calibration result
1.support modifying result 2.show/hide ams panel according to whether printer has ams Change-Id: If958d4661f7de5855a1bb892ef13e74fefead177
This commit is contained in:
parent
c2abcfc6fd
commit
7990baed02
7 changed files with 298 additions and 169 deletions
|
@ -660,6 +660,8 @@ public:
|
|||
|
||||
int cali_version = -1;
|
||||
bool has_get_pa_calib_tab = false;
|
||||
bool has_get_pa_calib_result = false;
|
||||
bool has_get_flow_ratio_result = false;
|
||||
std::vector<PACalibResult> pa_calib_tab;
|
||||
std::vector<PACalibResult> pa_calib_results;
|
||||
std::vector<FlowRatioCalibResult> flow_ratio_results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue