Removed parameter 'wipe_tower_adhesion', it will always be true

This commit is contained in:
Lukas Matena 2018-03-19 15:53:49 +01:00
parent 349a8a88ae
commit 76b280c64c
6 changed files with 3 additions and 15 deletions

View file

@ -520,7 +520,6 @@ void TabPrint::build()
optgroup->append_single_option_line("wipe_tower_per_color_wipe");
optgroup->append_single_option_line("wipe_tower_rotation_angle");
optgroup->append_single_option_line("wipe_tower_bridging");
optgroup->append_single_option_line("wipe_tower_adhesion");
line = { _(L("Advanced")), "" };
line.widget = [this](wxWindow* parent){
m_wipe_tower_btn = new wxButton(parent, wxID_ANY, _(L("Advanced settings"))+"\u2026", wxDefaultPosition, wxDefaultSize, wxBU_LEFT | wxBU_EXACTFIT);