mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: fix crash in get_firmware_info
Change-Id: I26807cfc9f66f13c3b44efb24570f23817c8b829
This commit is contained in:
parent
c855cdaf54
commit
ab261089d5
2 changed files with 6 additions and 0 deletions
|
@ -617,6 +617,7 @@ public:
|
|||
void update_slice_info(std::string project_id, std::string profile_id, std::string subtask_id, int plate_idx);
|
||||
|
||||
bool m_firmware_valid { false };
|
||||
bool m_firmware_thread_started { false };
|
||||
void get_firmware_info();
|
||||
bool is_firmware_info_valid();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue