update slic3r

This commit is contained in:
QIDI TECH
2025-09-17 12:32:36 +08:00
parent 0c78224f1a
commit 5cdfef9f9e
199 changed files with 14601 additions and 7804 deletions

View File

@@ -996,7 +996,7 @@ void AuxiliaryPanel::Reload(wxString aux_path)
try {
fs::remove_all(fs::path(m_root_dir.ToStdWstring()));
} catch (...) {
BOOST_LOG_TRIVIAL(error) << "Failed removing the auxiliary directory " << m_root_dir.c_str();
BOOST_LOG_TRIVIAL(error) << "Failed removing the auxiliary directory " << PathSanitizer::sanitize(m_root_dir.ToUTF8().data());
}
m_root_dir = aux_path;