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>2020-03-06 19:41:00 +0300
committerbubnikv <bubnikv@gmail.com>2020-03-06 19:41:00 +0300
commit2816b5a9fb49798d260a91835d6929c7a09013d0 (patch)
tree415a19f39daa84fc21d95f280332c002c67fb476 /src/slic3r/GUI/Preset.hpp
parentda9412705e2f446e1e65ce493c71e648d3d87823 (diff)
WIP Detaching of system profiles and user profiles derived from system profiles.
Diffstat (limited to 'src/slic3r/GUI/Preset.hpp')
-rw-r--r--src/slic3r/GUI/Preset.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Preset.hpp b/src/slic3r/GUI/Preset.hpp
index 46008eadb..1116070b2 100644
--- a/src/slic3r/GUI/Preset.hpp
+++ b/src/slic3r/GUI/Preset.hpp
@@ -312,7 +312,7 @@ public:
// Save the preset under a new name. If the name is different from the old one,
// a new preset is stored into the list of presets.
// All presets are marked as not modified and the new preset is activated.
- void save_current_preset(const std::string &new_name);
+ void save_current_preset(const std::string &new_name, bool detach = false);
// Delete the current preset, activate the first visible preset.
// returns true if the preset was deleted successfully.