Don't store the octoprint host key to the amf/3mf files.

This commit is contained in:
bubnikv 2018-12-06 14:42:15 +01:00
parent c6ef194094
commit edc306db45
4 changed files with 14 additions and 3 deletions

View file

@ -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.