mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Don't store the octoprint host key to the amf/3mf files.
This commit is contained in:
parent
c6ef194094
commit
edc306db45
4 changed files with 14 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue