Implemented aliases for filaments

This commit is contained in:
YuSanka 2019-11-21 13:12:06 +01:00
parent 15251397b8
commit cb395460c4
5 changed files with 81 additions and 6 deletions

View file

@ -148,6 +148,9 @@ public:
// Configuration data, loaded from a file, or set from the defaults.
DynamicPrintConfig config;
// Alias of the preset
std::string alias = "";
void save();
// Return a label of this preset, consisting of a name and a "(modified)" suffix, if this preset is dirty.