mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fix of "Build plate missing in view #1580"
Fixed import of the user config bundle to maintain the "inherits" references to system profiles.
This commit is contained in:
parent
2f4adc1906
commit
42e8d81403
3 changed files with 51 additions and 15 deletions
|
@ -365,6 +365,9 @@ public:
|
|||
std::vector<std::string> current_different_from_parent_options(const bool deep_compare = false) const
|
||||
{ return dirty_options(&this->get_edited_preset(), this->get_selected_preset_parent(), deep_compare); }
|
||||
|
||||
// Return a sorted list of system preset names.
|
||||
std::vector<std::string> system_preset_names() const;
|
||||
|
||||
// Update the choice UI from the list of presets.
|
||||
// If show_incompatible, all presets are shown, otherwise only the compatible presets are shown.
|
||||
// If an incompatible preset is selected, it is shown as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue