jira: STUDIO-12000
Change-Id: I80ddc4988807d67e9549c75ccc94744889b9e2ac
(cherry picked from commit a742ed722271909ece4a6d7827f311e9fe104488)
(cherry picked from commit 6e095141b66309983d4df8c8fce12d779e25d262)
This commit is contained in:
zhou.xu 2025-08-05 14:50:08 +08:00 committed by Noisyfox
parent 3bfeb2dc0b
commit d8cd5d4ceb

View file

@ -1837,8 +1837,10 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
else if (boost::algorithm::iequals(name, BBS_MODEL_CONFIG_FILE)) {
// extract slic3r model config file
if (!_extract_xml_from_archive(archive, stat, _handle_start_config_xml_element, _handle_end_config_xml_element)) {
add_error("Archive does not contain a valid model config");
return false;
if (m_is_bbl_3mf) {
add_error("Archive does not contain a valid model config");
return false;
}
}
}
else if (_is_svg_shape_file(name)) {