mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
FIX: STUDIO-395
update the filament preset parameter dirty logic Change-Id: Iaca29d397f7395f71a5f17007ab2341f8d4ceeeb
This commit is contained in:
parent
10c152c40d
commit
e80c6f8935
3 changed files with 19 additions and 4 deletions
|
@ -31,6 +31,9 @@ private:
|
|||
// Keeps track of preset names selected at the time of last project save.
|
||||
std::array<std::string, Preset::TYPE_COUNT> m_initial_presets;
|
||||
DynamicPrintConfig m_initial_project_config;
|
||||
|
||||
// filament preset independent of the m_initial_presets
|
||||
std::vector<std::string> m_initial_filament_presets;
|
||||
};
|
||||
|
||||
} // namespace GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue