mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-10 15:28:45 -07:00
FIX: retry fetch file thumbnail one by one and split reply
Change-Id: I0c532bb57997ac61ff12172478459fc13f34f01c
This commit is contained in:
parent
1d16e98e06
commit
e3d4380244
3 changed files with 81 additions and 39 deletions
|
|
@ -91,6 +91,7 @@ public:
|
|||
FF_DOWNLOAD = 4, // Request download
|
||||
FF_DELETED = 8, // Request delete
|
||||
FF_FETCH_MODEL = 16,// Request model
|
||||
FF_THUMNAIL_RETRY = 0x100, // Thumbnail need retry
|
||||
};
|
||||
|
||||
struct File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue