mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Added show/hide of "Purging volumes" button depending on a state of "wipe_tower"
This commit is contained in:
@@ -18,6 +18,7 @@ class wxArrayLong;
|
||||
class wxColour;
|
||||
class wxBoxSizer;
|
||||
class wxFlexGridSizer;
|
||||
class wxButton;
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
@@ -129,6 +130,7 @@ wxString from_u8(const std::string &str);
|
||||
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);
|
||||
|
||||
ConfigOptionsGroup* get_optgroup();
|
||||
wxButton* get_wiping_dialog_button();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user