mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
FIX:fixed the crash caused by file transfer
jira:[none] Change-Id: Ice1461eff200219792e4fb8b20aa36c0c176cd6f (cherry picked from commit 38e784dd495d7baa3f1cf0cabde1f36be58693be)
This commit is contained in:
@@ -1098,6 +1098,10 @@ boost::uint32_t PrinterFileSystem::RequestMediaAbility(int api_version)
|
||||
|
||||
void PrinterFileSystem::RequestUploadFile()
|
||||
{
|
||||
if (!m_upload_file) {
|
||||
return;
|
||||
}
|
||||
|
||||
json req;
|
||||
req["type"] = "model";
|
||||
req["storage"] = m_upload_file->select_storage;
|
||||
|
||||
Reference in New Issue
Block a user