mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
FIX: error log reduce
Change-Id: I836ba41eefb3a8c12a57a22d208ee7d60140e345
This commit is contained in:
parent
f343b4d1db
commit
c58baa6b16
7 changed files with 29 additions and 16 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <boost/thread/condition_variable.hpp>
|
||||
|
||||
#include <deque>
|
||||
#include <set>
|
||||
|
||||
class Button;
|
||||
class Label;
|
||||
|
@ -86,7 +87,7 @@ private:
|
|||
bool m_user_triggered = false;
|
||||
int m_failed_retry = 0;
|
||||
int m_failed_code = 0;
|
||||
int m_last_failed_code = 0;
|
||||
std::set<int> m_last_failed_codes;
|
||||
wxDateTime m_next_retry;
|
||||
|
||||
::Button *m_button_play;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue