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:
authorEnrico Turri <enricoturri@seznam.cz>2020-01-13 10:47:11 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-01-13 10:47:11 +0300
commitfdb1d2c9dec923d3b2862a44ee0519348de4bba9 (patch)
tree2b3af5896aab4c68f55715090a6dbb58a44f2dc8 /src/slic3r/GUI/AppConfig.cpp
parent9038dc21e85d1aa956fcb0429659884d028dee66 (diff)
Follow - up of abd432e7a8f91bba876a29c857844c93dab4b762->Set default as non fullpath export
Diffstat (limited to 'src/slic3r/GUI/AppConfig.cpp')
-rw-r--r--src/slic3r/GUI/AppConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/AppConfig.cpp b/src/slic3r/GUI/AppConfig.cpp
index bcd79274f..d277fc095 100644
--- a/src/slic3r/GUI/AppConfig.cpp
+++ b/src/slic3r/GUI/AppConfig.cpp
@@ -63,7 +63,7 @@ void AppConfig::set_defaults()
#if ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF
if (get("export_sources_full_pathnames").empty())
- set("export_sources_full_pathnames", "1");
+ set("export_sources_full_pathnames", "0");
#endif // ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF
// remove old 'use_legacy_opengl' parameter from this config, if present