Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-10 02:01:09 +0300
committersupermerill <merill@free.fr>2022-08-11 00:57:37 +0300
commit8cf0811fd1f488c0e2c5f866d7d129473c2d920f (patch)
tree846f7e388278947c5e7e0758abd5230a210d3977
parent24fd7a4f79b24556debfcac37b684c69cf1b8547 (diff)
Update profiles
m---------resources/profiles0
-rw-r--r--src/slic3r/GUI/ConfigWizard.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/profiles b/resources/profiles
-Subproject 748fbdfd2ac077e4e415868e7bc963740b92aa8
+Subproject 5c71cb3a7c5ec828dba71ebb92f14e2c25d46ae
diff --git a/src/slic3r/GUI/ConfigWizard.cpp b/src/slic3r/GUI/ConfigWizard.cpp
index 3d96c1027..8b7b8dfac 100644
--- a/src/slic3r/GUI/ConfigWizard.cpp
+++ b/src/slic3r/GUI/ConfigWizard.cpp
@@ -149,7 +149,7 @@ BundleMap BundleMap::load()
}
}
catch (std::exception e) {
- MessageDialog msg(nullptr, format_wxstr(_L("Can't open directory '%1%'. Config bundles from here can't be loaded."), vendor_dir.string()), _L("Error"), wxOK);
+ MessageDialog msg(nullptr, format_wxstr(_L("Can't open directory '%1%'. Config bundles from here can't be loaded.\nError: %2%"), vendor_dir.string(), e.what()), _L("Error"), wxOK);
msg.ShowModal();
}