mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r
This commit is contained in:
@@ -148,7 +148,7 @@ bool load_prus(const char *path, Model *model)
|
|||||||
if (scene_xml_data.size() < size_last + size_incr)
|
if (scene_xml_data.size() < size_last + size_incr)
|
||||||
scene_xml_data.resize(size_last + size_incr);
|
scene_xml_data.resize(size_last + size_incr);
|
||||||
}
|
}
|
||||||
size_last += size_last + zip.LastRead();
|
size_last += zip.LastRead();
|
||||||
if (scene_xml_data.size() == size_last)
|
if (scene_xml_data.size() == size_last)
|
||||||
scene_xml_data.resize(size_last + 1);
|
scene_xml_data.resize(size_last + 1);
|
||||||
else if (scene_xml_data.size() > size_last + 1)
|
else if (scene_xml_data.size() > size_last + 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user