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:
authorbubnikv <bubnikv@gmail.com>2018-12-06 16:42:15 +0300
committerbubnikv <bubnikv@gmail.com>2018-12-06 16:42:15 +0300
commitedc306db458b6aceec75512eeba3c97d100c442d (patch)
tree4cc7534c25dbe3c4c38700b43c58e567d96d2ba8 /src/slic3r/GUI/PresetBundle.hpp
parentc6ef194094c9e49f92a6852eee1557a791bdca05 (diff)
Don't store the octoprint host key to the amf/3mf files.
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.hpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/PresetBundle.hpp b/src/slic3r/GUI/PresetBundle.hpp
index c43a67b40..1bea146dd 100644
--- a/src/slic3r/GUI/PresetBundle.hpp
+++ b/src/slic3r/GUI/PresetBundle.hpp
@@ -65,6 +65,8 @@ public:
{ return prints.has_defaults_only() && filaments.has_defaults_only() && printers.has_defaults_only(); }
DynamicPrintConfig full_config() const;
+ // full_config() with the "printhost_apikey" and "printhost_cafile" removed.
+ DynamicPrintConfig full_config_secure() const;
// Load user configuration and store it into the user profiles.
// This method is called by the configuration wizard.