mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
ENH: change the log level of 3mf writing
use a wrong level previously Change-Id: I8e0269b893b029a3eea72999ffe05006b5c5e4c7 (cherry picked from commit 0a7a6bb49fbf496870ac7f6c3b4d0e84280cfecd)
This commit is contained in:
parent
bf8f163b5a
commit
945d43c8b8
1 changed files with 2 additions and 2 deletions
|
@ -5382,7 +5382,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||||
bool sub_model = !objects_data.empty();
|
bool sub_model = !objects_data.empty();
|
||||||
bool write_object = sub_model || !m_split_model;
|
bool write_object = sub_model || !m_split_model;
|
||||||
|
|
||||||
BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << ":" << __LINE__ << boost::format(", filename %1%, m_split_model %2%, sub_model %3%")%filename % m_split_model % sub_model;
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << ":" << __LINE__ << boost::format(", filename %1%, m_split_model %2%, sub_model %3%")%filename % m_split_model % sub_model;
|
||||||
|
|
||||||
#if WRITE_ZIP_LANGUAGE_ENCODING
|
#if WRITE_ZIP_LANGUAGE_ENCODING
|
||||||
auto & zip_filename = filename;
|
auto & zip_filename = filename;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue