mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
FIX: cali status recover incorrect after save result
STUDIO-3602 Change-Id: I1a47e40ca4d571ab37f52b87109d809279d3145e
This commit is contained in:
parent
583c6c86c2
commit
90e1ed7335
5 changed files with 39 additions and 12 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
struct PrinterCaliInfo
|
||||
{
|
||||
std::string dev_id;
|
||||
bool cali_finished = true;
|
||||
float cache_flow_ratio;
|
||||
std::vector<CaliPresetInfo> selected_presets;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue