mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 20:31:49 +03:00
update slic3r
This commit is contained in:
@@ -83,7 +83,7 @@ namespace {
|
||||
{
|
||||
boost::filesystem::path path(boost::filesystem::path(data_dir()) / "user" / "hints.cereal");
|
||||
if (!boost::filesystem::exists(path)) {
|
||||
BOOST_LOG_TRIVIAL(warning) << "Failed to load to hints.cereal. File does not exists. " << path.string();
|
||||
BOOST_LOG_TRIVIAL(warning) << "Failed to load to hints.cereal. File does not exists. " << PathSanitizer::sanitize(path);
|
||||
return;
|
||||
}
|
||||
boost::nowide::ifstream file(path.string());
|
||||
|
||||
Reference in New Issue
Block a user