mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Implemented use of aliases in Plater's preset comboboxes
This commit is contained in:
parent
afb8483250
commit
6a68002a1f
5 changed files with 54 additions and 17 deletions
|
@ -329,6 +329,8 @@ public:
|
|||
Preset& get_edited_preset() { return m_edited_preset; }
|
||||
const Preset& get_edited_preset() const { return m_edited_preset; }
|
||||
|
||||
const std::string& get_preset_name_by_alias(const std::string& alias);
|
||||
|
||||
// used to update preset_choice from Tab
|
||||
const std::deque<Preset>& get_presets() const { return m_presets; }
|
||||
int get_idx_selected() { return m_idx_selected; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue