mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Added show/hide of "Purging volumes" button depending on a state of "wipe_tower"
This commit is contained in:
parent
e5f23bc11d
commit
d54425a901
5 changed files with 22 additions and 11 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue