mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
FIX: not track dup error for user triggered liveview
Change-Id: I4b744caf14deca3cb6372f44e95aea131a45ec6a
This commit is contained in:
parent
1797f4ac8e
commit
73c64535c7
2 changed files with 13 additions and 4 deletions
|
@ -91,7 +91,8 @@ private:
|
|||
int m_failed_retry = 0;
|
||||
int m_failed_code = 0;
|
||||
std::set<int> m_last_failed_codes;
|
||||
wxDateTime m_next_retry;
|
||||
wxDateTime m_last_user_play;
|
||||
wxDateTime m_next_retry;
|
||||
|
||||
::Button *m_button_play;
|
||||
::Label * m_label_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue