mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Implemented new grouping for the params
Original Commit: prusa3d/PrusaSlicer@b2bd7f5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user