First prototype for "SLA materials" Tab

This commit is contained in:
YuSanka
2018-08-03 13:04:41 +02:00
parent 4e193555ae
commit cce0e9e501
6 changed files with 118 additions and 13 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public:
// Load this profile for the following keys only.
// Throws std::runtime_error in case the file cannot be read.
DynamicPrintConfig& load(const std::vector<std::string> &keys);
DynamicPrintConfig& load(const std::vector<std::string> &keys, Preset::Type& type);
void save();