Purging volumes button is only shown when the wipe tower is enabled and we have single extruder MM printer with more than one extruder

This commit is contained in:
Lukas Matena 2018-04-05 10:44:31 +02:00
parent 706dd7020f
commit 6af45362ce
2 changed files with 23 additions and 10 deletions

View file

@ -174,6 +174,7 @@ public:
protected:
void on_presets_changed();
void update_frequently_changed_parameters();
void update_wiping_button_visibility();
};
//Slic3r::GUI::Tab::Print;