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:
Diffstat (limited to 'src/libslic3r/GCode.cpp')
-rw-r--r--src/libslic3r/GCode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp
index fda78df69..8ef419ed0 100644
--- a/src/libslic3r/GCode.cpp
+++ b/src/libslic3r/GCode.cpp
@@ -3287,6 +3287,8 @@ void GCode::append_full_config(const Print &print, std::string &str)
"printhost_apikey",
"printhost_cafile",
"printhost_client_cert",
+ "printhost_client_cert_enabled",
+ "printhost_client_cert_password",
"printhost_port"
};
assert(std::is_sorted(banned_keys.begin(), banned_keys.end()));