mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Implemented new grouping for the params
Original Commit: prusa3d/PrusaSlicer@b2bd7f5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
parent
6d19d6207a
commit
58cd50cc23
3 changed files with 122 additions and 27 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
std::string get_edited_gcode() const;
|
||||
|
||||
void init_params_list(const std::string& custom_gcode_name);
|
||||
void add_presets_placeholders();
|
||||
wxDataViewItem add_presets_placeholders();
|
||||
|
||||
void add_selected_value_to_gcode();
|
||||
void bind_list_and_button();
|
||||
|
@ -214,6 +214,8 @@ public:
|
|||
wxString GetSelectedValue();
|
||||
std::string GetSelectedParamKey();
|
||||
|
||||
void CheckAndDeleteIfEmpty(wxDataViewItem item);
|
||||
|
||||
void Clear();
|
||||
void Rescale(int em = 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue