mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
FIX: only send error log for user triggered live view
Change-Id: Ie2ff3b95d17bb060e203a51dce30c662e63320b6
This commit is contained in:
parent
307ade3cd1
commit
f90974cea7
2 changed files with 9 additions and 2 deletions
|
@ -86,6 +86,7 @@ private:
|
|||
bool m_user_triggered = false;
|
||||
int m_failed_retry = 0;
|
||||
int m_failed_code = 0;
|
||||
int m_last_failed_code = 0;
|
||||
wxDateTime m_next_retry;
|
||||
|
||||
::Button *m_button_play;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue