mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
FIX: [STUDIO-3571] not skip auxiliary for send gcode
Change-Id: I2dd1e36c571261c93ac899db5bbd3ad38fc40bc9
This commit is contained in:
@@ -866,6 +866,7 @@ void PrinterFileSystem::UpdateFocusThumbnail2(std::shared_ptr<std::vector<File>>
|
||||
size = iter->local_path.size();
|
||||
}
|
||||
wxMemoryInputStream mis(data, size);
|
||||
mimetype.Replace("jpg", "jpeg");
|
||||
file.thumbnail = wxImage(mis, mimetype);
|
||||
}
|
||||
file.name = thumbnail;
|
||||
|
||||
Reference in New Issue
Block a user