mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
FIX: [STUDIO-3130] skip parse object in slice_info.xml
Change-Id: Iae50320f06404ba1bfddcda351f8b642bc35debb
This commit is contained in:
parent
8009f8991d
commit
d63316fe7e
1 changed files with 2 additions and 0 deletions
|
@ -3720,6 +3720,8 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||
|
||||
bool _BBS_3MF_Importer::_handle_start_config_object(const char** attributes, unsigned int num_attributes)
|
||||
{
|
||||
if (m_parsing_slice_info)
|
||||
return true;
|
||||
int object_id = bbs_get_attribute_value_int(attributes, num_attributes, ID_ATTR);
|
||||
IdToMetadataMap::iterator object_item = m_objects_metadata.find(object_id);
|
||||
if (object_item != m_objects_metadata.end()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue