mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
FIX: not track dup error for user triggered liveview
Change-Id: I4b744caf14deca3cb6372f44e95aea131a45ec6a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user