mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fixed unreliable application of filament overrides to PlaceholderParser.
Sometimes the PlaceholderParser used main config instead of filament overrides and vice versa. Follow-up to #3649
This commit is contained in:
parent
4ebcbca711
commit
f98f7ba3e8
2 changed files with 14 additions and 7 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
|
||||
PlaceholderParser(const DynamicConfig *external_config = nullptr);
|
||||
|
||||
void clear_config() { m_config.clear(); }
|
||||
// Return a list of keys, which should be changed in m_config from rhs.
|
||||
// This contains keys, which are found in rhs, but not in m_config.
|
||||
std::vector<std::string> config_diff(const DynamicPrintConfig &rhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue