mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: parse ack of upgrade confirm
Change-Id: I33691749221aac4c83f71d6d76708d7b2d8d6d4d Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
8c923804fc
commit
6fee9bcca1
4 changed files with 58 additions and 23 deletions
|
@ -533,6 +533,7 @@ public:
|
|||
bool upgrade_new_version { false };
|
||||
bool upgrade_consistency_request { false };
|
||||
int upgrade_display_state = 0; // 0 : upgrade unavailable, 1: upgrade idle, 2: upgrading, 3: upgrade_finished
|
||||
int upgrade_display_hold_count = 0;
|
||||
PrinterFirmwareType firmware_type; // engineer|production
|
||||
std::string upgrade_progress;
|
||||
std::string upgrade_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue