mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Implemented aliases for filaments
This commit is contained in:
parent
15251397b8
commit
cb395460c4
5 changed files with 81 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue