mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: not saving instance when skip model
Change-Id: I07fea76b9579857801ad54dddbda64578b454e95
This commit is contained in:
@@ -7029,7 +7029,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||||||
stream << " <" << METADATA_TAG << " " << KEY_ATTR << "=\"" << PATTERN_BBOX_FILE_ATTR << "\" " << VALUE_ATTR << "=\"" << std::boolalpha << pattern_bbox_file_in_3mf << "\"/>\n";
|
stream << " <" << METADATA_TAG << " " << KEY_ATTR << "=\"" << PATTERN_BBOX_FILE_ATTR << "\" " << VALUE_ATTR << "=\"" << std::boolalpha << pattern_bbox_file_in_3mf << "\"/>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (instance_size > 0)
|
if (!m_skip_model && instance_size > 0)
|
||||||
{
|
{
|
||||||
for (unsigned int j = 0; j < instance_size; ++j)
|
for (unsigned int j = 0; j < instance_size; ++j)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user